mirror of https://github.com/wolfSSL/wolfBoot.git
addressed review comments
parent
44d3201cc9
commit
03675979a4
|
@ -50,8 +50,8 @@
|
||||||
/* #define WOLFBOOT_SIGN_ECC384 */
|
/* #define WOLFBOOT_SIGN_ECC384 */
|
||||||
/* #define WOLFBOOT_SIGN_ECC521 */
|
/* #define WOLFBOOT_SIGN_ECC521 */
|
||||||
#if !defined(min)
|
#if !defined(min)
|
||||||
#define min(data1, data2) _builtin_min(data1, data2)
|
#define min(data1, data2) _builtin_min(data1, data2)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WOLFBOOT_FIXED_PARTITIONS
|
#define WOLFBOOT_FIXED_PARTITIONS
|
||||||
|
|
Loading…
Reference in New Issue