mirror of https://github.com/wolfSSL/wolfBoot.git
Fix for unit test failing
parent
07ef67bd3e
commit
076cd1d6c4
|
@ -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)
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "user_settings.h"
|
||||
#include "image.h"
|
||||
|
||||
#include "libwolfboot.c"
|
||||
|
||||
|
|
Loading…
Reference in New Issue