mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
guarding the OUT
This commit is contained in:
parent
0641ada091
commit
832bdf7a66
1 changed files with 3 additions and 0 deletions
|
@ -2152,7 +2152,10 @@ void T55xx_ChkPwds(uint8_t flags) {
|
|||
payload.candidate = bytes_to_num(pwds + (idx * 4), 4);
|
||||
}
|
||||
|
||||
#ifdef WITH_FLASH
|
||||
OUT:
|
||||
#endif
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LEDsoff();
|
||||
reply_ng(CMD_LF_T55XX_CHK_PWDS, PM3_SUCCESS, (uint8_t*)&payload, sizeof(payload));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue