Fix typo in platform macro defines for examples
This commit is contained in:
parent
28abd8e98c
commit
7d42965ea8
32 changed files with 32 additions and 32 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <stdlib.h>
|
||||
#define mbedtls_fprintf fprintf
|
||||
#define mbedtls_printf printf
|
||||
#define MBEDTLS_EXTI_SUCCESS EXIT_SUCCESS
|
||||
#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS
|
||||
#define MBEDTLS_EXIT_FAILURE EXIT_FAILURE
|
||||
#endif /* MBEDTLS_PLATFORM_C */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue