From 17d406be1c95a37fe2ada770c4bda9f794650304 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 30 Jun 2018 19:02:59 +0200 Subject: [PATCH] chg: arm-none-eabi adaptations to macro --- common/protocols.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/protocols.c b/common/protocols.c index 3f18d3c27..96ecdab51 100644 --- a/common/protocols.c +++ b/common/protocols.c @@ -136,6 +136,6 @@ void printIclassDumpInfo(uint8_t* iclass_dump) { } #else - #define PrintAndLogDevice(level, format, args...) { } + #define PrintAndLogDevice(level, format, ...) { } #endif //ON_DEVICE