Skip to content

Commit c629eba

Browse files
cyliangtwccli8
authored andcommitted
Fix warnings in aes_alt
1 parent 11c05af commit c629eba

File tree

1 file changed

+1
-2
lines changed
  • hal/targets/hal/TARGET_NUVOTON/TARGET_NUC472/crypto/aes

1 file changed

+1
-2
lines changed

hal/targets/hal/TARGET_NUVOTON/TARGET_NUC472/crypto/aes/aes_alt.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
//static int aes_init_done = 0;
4242

4343

44-
#define mbedtls_trace //printf
45-
44+
#define mbedtls_trace(...) //printf(__VA_ARGS__)
4645

4746
/* Implementation that should never be optimized out by the compiler */
4847
static void mbedtls_zeroize( void *v, size_t n ) {

0 commit comments

Comments
 (0)