Skip to content

Commit

Permalink
test fix sonarcloud minor notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Francescon committed Feb 7, 2024
1 parent 3f6198b commit 15f5087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/tls/mbedtls/tls_mbedtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15f5087

Please sign in to comment.