mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
felica fixes
This commit is contained in:
parent
ec1c72d73c
commit
7ee811bb9e
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ static void iso18092_setup(uint8_t fpga_minor_mode) {
|
|||
if (DBGLEVEL >= DBG_DEBUG) Dbprintf("Start iso18092_setup");
|
||||
|
||||
LEDsoff();
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF_FELICA);
|
||||
|
||||
// allocate command receive buffer
|
||||
BigBuf_free();
|
||||
|
|
Loading…
Reference in a new issue