mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
swap to other fpga image, since iso15693.c uses it. Should fix the simulation
This commit is contained in:
parent
7573205a93
commit
a2f6d0f65f
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ void RunMod(void) {
|
|||
mode = bb[0];
|
||||
}
|
||||
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF_15);
|
||||
BigBuf_Clear_ext(false);
|
||||
|
||||
StandAloneMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue