mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-28 02:50:21 +08:00
chg: arm-none-eabi adaptations to macro
This commit is contained in:
parent
cd3fc9242e
commit
17d406be1c
1 changed files with 1 additions and 1 deletions
|
@ -136,6 +136,6 @@ void printIclassDumpInfo(uint8_t* iclass_dump) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define PrintAndLogDevice(level, format, args...) { }
|
#define PrintAndLogDevice(level, format, ...) { }
|
||||||
#endif
|
#endif
|
||||||
//ON_DEVICE
|
//ON_DEVICE
|
||||||
|
|
Loading…
Reference in a new issue