Skip to content

Commit d0e0985

Browse files
committed
Use rel path for the ONLY arm asm include statement
1 parent d8becaa commit d0e0985

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_ARM_SSG/TARGET_CM3DS_MPS2/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_ARM_SSG/TARGET_CM3DS_MPS2/device/TOOLCHAIN_ARM_STD/startup_MPS2.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*/
2424

25-
#include "memory_zones.h"
25+
#include "../memory_zones.h"
2626

2727
__initial_sp EQU ZBT_SSRAM23_START + ZBT_SSRAM23_SIZE ; Top of ZBT SSRAM2 and 3, used for data
2828

0 commit comments

Comments
 (0)