Skip to content

Commit 678c480

Browse files
committed
Fix the location of CMSIS header files // Resolve #458
1 parent 3eedb9e commit 678c480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/cmsis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def prepare_startup_file(src_path):
109109

110110
env.Append(
111111
CPPPATH=[
112-
os.path.join(CMSIS_DIR, "CMSIS", "Core", "Include"),
112+
os.path.join(CMSIS_DIR, "CMSIS", "Include"),
113113
os.path.join(CMSIS_DEVICE_DIR, "Include")
114114
],
115115

0 commit comments

Comments
 (0)