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 a195efe commit a126aadCopy full SHA for a126aad
src/libwolfboot.c
@@ -177,7 +177,7 @@ static const uint32_t wolfboot_magic_trail = WOLFBOOT_MAGIC_TRAIL;
177
178
#include <stddef.h>
179
#include <string.h>
180
-static uint8_t NVM_CACHE[NVM_CACHE_SIZE] XALIGNED(16)
+static uint8_t NVM_CACHE[NVM_CACHE_SIZE] XALIGNED(16);
181
static int nvm_cached_sector = 0;
182
static uint8_t get_base_offset(uint8_t *base, uintptr_t off)
183
{
0 commit comments