mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: adapt to fpga changes
This commit is contained in:
parent
80cda059b1
commit
8189809f48
1 changed files with 1 additions and 1 deletions
|
@ -2527,7 +2527,7 @@ void iso14443a_setup(uint8_t fpga_minor_mode) {
|
||||||
|
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||||
// Set up the synchronous serial port
|
// Set up the synchronous serial port
|
||||||
FpgaSetupSsc();
|
FpgaSetupSsc(FPGA_MAJOR_MODE_HF_ISO14443A);
|
||||||
// connect Demodulated Signal to ADC:
|
// connect Demodulated Signal to ADC:
|
||||||
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue