mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: adjusted compiling for older devices
This commit is contained in:
parent
e885ec737d
commit
0bec6038b7
3 changed files with 10 additions and 2 deletions
|
@ -1591,11 +1591,11 @@ void T55xx_ChkPwds() {
|
|||
|
||||
|
||||
uint8_t *pwds = BigBuf_get_EM_addr();
|
||||
bool use_flashmem = true;
|
||||
uint16_t pwdCount = 0;
|
||||
uint32_t candidate = 0;
|
||||
|
||||
#ifdef WITH_FLASH
|
||||
#ifdef WITH_FLASH
|
||||
bool use_flashmem = true;
|
||||
if ( use_flashmem ) {
|
||||
BigBuf_Clear_EM();
|
||||
uint16_t isok = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue