still some sonarcloud minor things

pull/494/head
Federico Francescon 2 years ago
parent 15f508798e
commit 2890e3f179

@ -39,7 +39,7 @@
#if (CONFIG_DEBUG_TLS == 1) #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 #else
#define DEBUG_PRINT(fmt, ...) {do {} while(0);} #define DEBUG_PRINT(fmt, ...) do {} while(0)
#endif #endif

Loading…
Cancel
Save