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