mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
FIX: wrong define
This commit is contained in:
parent
c419f7bf37
commit
8991fa172d
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ void setT55xxConfig(uint8_t arg0, t55xx_config *c) {
|
|||
|
||||
printT55xxConfig();
|
||||
|
||||
#if WITH_FLASH
|
||||
#ifdef WITH_FLASH
|
||||
// shall persist to flashmem
|
||||
if (arg0 == 0) {
|
||||
return;
|
||||
|
@ -119,7 +119,7 @@ t55xx_config* getT55xxConfig(void) {
|
|||
}
|
||||
|
||||
void loadT55xxConfig(void) {
|
||||
#if WITH_FLASH
|
||||
#ifdef WITH_FLASH
|
||||
if (!FlashInit()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue