test fix sonarcloud minor notice

pull/494/head
Federico Francescon 2 years ago
parent 3f6198b54b
commit 15f508798e

@ -37,7 +37,7 @@
#endif
#if (CONFIG_DEBUG_TLS == 1)
#define DEBUG_PRINT(appId, fmt, ...) fprintf(stderr, "%s: " fmt, appId, ## __VA_ARGS__);
#define DEBUG_PRINT(appId, fmt, ...) fprintf(stderr, "%s: " fmt, appId, ## __VA_ARGS__)
#else
#define DEBUG_PRINT(fmt, ...) {do {} while(0);}
#endif

Loading…
Cancel
Save