We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8afa74 commit f198c6bCopy full SHA for f198c6b
hal/library.c
@@ -46,6 +46,12 @@
46
#undef NO_FILESYSTEM
47
#endif
48
49
+#ifdef WOLFBOOT_KEYTOOLS
50
+ /* this code needs to use the Use ./include/user_settings.h file */
51
+ #error "The wrong user_settings.h has been included."
52
+#endif
53
+
54
55
/* HAL Stubs */
56
void hal_init(void)
57
{
src/image.c
@@ -30,6 +30,11 @@
30
#include <stdio.h>
31
32
#include <wolfssl/wolfcrypt/settings.h> /* for wolfCrypt hash/sign routines */
33
34
+ /* this code needs to use the Use ./include/user_settings.h, not keytools */
35
36
37
38
39
#include <stddef.h>
40
#include <string.h>
0 commit comments