mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08: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);
|
||||
// Set up the synchronous serial port
|
||||
FpgaSetupSsc();
|
||||
FpgaSetupSsc(FPGA_MAJOR_MODE_HF_ISO14443A);
|
||||
// connect Demodulated Signal to ADC:
|
||||
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
||||
|
||||
|
|
Loading…
Reference in a new issue