chg: arm-none-eabi adaptations to macro

This commit is contained in:
Chris 2018-06-30 19:02:59 +02:00
parent cd3fc9242e
commit 17d406be1c

View file

@ -136,6 +136,6 @@ void printIclassDumpInfo(uint8_t* iclass_dump) {
}
#else
#define PrintAndLogDevice(level, format, args...) { }
#define PrintAndLogDevice(level, format, ...) { }
#endif
//ON_DEVICE