Skip to content

Commit

Permalink
still some sonarcloud minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Francescon committed Feb 7, 2024
1 parent 15f5087 commit 2890e3f
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 @@ -39,7 +39,7 @@
#if (CONFIG_DEBUG_TLS == 1)
#define DEBUG_PRINT(appId, fmt, ...) fprintf(stderr, "%s: " fmt, appId, ## __VA_ARGS__)
#else
#define DEBUG_PRINT(fmt, ...) {do {} while(0);}
#define DEBUG_PRINT(fmt, ...) do {} while(0)
#endif


Expand Down

0 comments on commit 2890e3f

Please sign in to comment.