Fix for unit test failing

pull/548/head
Daniele Lacamera 2025-03-04 18:20:46 +01:00
parent 07ef67bd3e
commit 076cd1d6c4
2 changed files with 3 additions and 0 deletions

View File

@ -89,7 +89,9 @@ int wolfBot_get_dts_size(void *dts_addr);
#else
#define XALIGNED(x) /* null expansion */
#endif
#endif
#ifndef XALIGNED_STACK
/* Don't enforce stack alignment on IAR */
#if defined (__IAR_SYSTEMS_ICC__)
#define XALIGNED_STACK(x)

View File

@ -47,6 +47,7 @@
#include <stdlib.h>
#include <string.h>
#include "user_settings.h"
#include "image.h"
#include "libwolfboot.c"