Skip to content

Commit cb9d1b0

Browse files
committed
Avoid double definition of WOLFBOOT_KEYTOOLS
1 parent eacb183 commit cb9d1b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/keytools/user_settings.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
#include <stdint.h>
3030

3131
/* System */
32-
#define WOLFBOOT_KEYTOOLS
32+
#ifndef WOLFBOOT_KEYTOOLS
33+
#define WOLFBOOT_KEYTOOLS
34+
#endif
3335
#define SINGLE_THREADED
3436
#define WOLFCRYPT_ONLY
3537

0 commit comments

Comments
 (0)