From a2f6d0f65f44bc13d901a571e577f2162ab32cf9 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 10 May 2022 07:35:57 +0200 Subject: [PATCH] swap to other fpga image, since iso15693.c uses it. Should fix the simulation --- armsrc/Standalone/hf_iceclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Standalone/hf_iceclass.c b/armsrc/Standalone/hf_iceclass.c index f900e9e12..8f9bf4c63 100644 --- a/armsrc/Standalone/hf_iceclass.c +++ b/armsrc/Standalone/hf_iceclass.c @@ -633,7 +633,7 @@ void RunMod(void) { mode = bb[0]; } - FpgaDownloadAndGo(FPGA_BITSTREAM_HF); + FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15); BigBuf_Clear_ext(false); StandAloneMode();