Skip to content

Commit 6a8c432

Browse files
committed
Fix the CI build issue
1 parent 3697815 commit 6a8c432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rtos/source/TARGET_CORTEX/TOOLCHAIN_ARM_STD/mbed_boot_arm_std.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
*/
1717
#include <stdlib.h>
1818
#include <string.h>
19+
#include "cmsis.h"
1920
#include "mbed_boot.h"
2021

2122
extern uint32_t Image$$ARM_LIB_STACK$$ZI$$Base[];
2223
extern uint32_t Image$$ARM_LIB_STACK$$ZI$$Length[];
2324

2425
#if !defined(__MICROLIB)
25-
#include "cmsis.h"
26+
2627
#include "mbed_critical.h"
2728
#include <rt_misc.h>
2829
#include "mbed_rtos_storage.h"

0 commit comments

Comments
 (0)