adaptations to new code

This commit is contained in:
iceman1001 2020-07-02 12:33:53 +02:00
commit 9130474818
3 changed files with 3 additions and 3 deletions

View file

@ -122,7 +122,7 @@ void SimulateThinFilm(uint8_t *data, size_t len) {
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
// Set up the synchronous serial port
FpgaSetupSsc();
FpgaSetupSsc(FPGA_MAJOR_MODE_HF_READER);
// connect Demodulated Signal to ADC:
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);