chg: adapt to fpga changes

This commit is contained in:
iceman1001 2020-07-02 12:38:38 +02:00
parent 80cda059b1
commit 8189809f48

View file

@ -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);