mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-27 10:29:18 +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
|
||||
#define PrintAndLogDevice(level, format, args...) { }
|
||||
#define PrintAndLogDevice(level, format, ...) { }
|
||||
#endif
|
||||
//ON_DEVICE
|
||||
|
|
Loading…
Reference in a new issue