swap to other fpga image, since iso15693.c uses it. Should fix the simulation

This commit is contained in:
iceman1001 2022-05-10 07:35:57 +02:00
commit a2f6d0f65f

View file

@ -633,7 +633,7 @@ void RunMod(void) {
mode = bb[0]; mode = bb[0];
} }
FpgaDownloadAndGo(FPGA_BITSTREAM_HF); FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15);
BigBuf_Clear_ext(false); BigBuf_Clear_ext(false);
StandAloneMode(); StandAloneMode();