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 07ef67b commit 076cd1dCopy full SHA for 076cd1d
include/image.h
@@ -89,7 +89,9 @@ int wolfBot_get_dts_size(void *dts_addr);
89
#else
90
#define XALIGNED(x) /* null expansion */
91
#endif
92
+#endif
93
94
+#ifndef XALIGNED_STACK
95
/* Don't enforce stack alignment on IAR */
96
#if defined (__IAR_SYSTEMS_ICC__)
97
#define XALIGNED_STACK(x)
tools/unit-tests/unit-extflash.c
@@ -47,6 +47,7 @@
47
#include <stdlib.h>
48
#include <string.h>
49
#include "user_settings.h"
50
+#include "image.h"
51
52
#include "libwolfboot.c"
53
0 commit comments