Skip to content

Commit ea84d86

Browse files
author
Arto Kinnunen
committed
Update mbedtls config
Fix IAR warning about "incompatible redefinition of macro"
1 parent a285fa0 commit ea84d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/mbedtls_thread_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
/* Save RAM by adjusting to our exact needs */
5252
#define MBEDTLS_ECP_MAX_BITS 256
53+
#undef MBEDTLS_MPI_MAX_SIZE
5354
#define MBEDTLS_MPI_MAX_SIZE 32 // 256 bits is 32 bytes
5455

5556
/* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */

0 commit comments

Comments
 (0)