Skip to content

Commit 2107a3b

Browse files
authored
Add path to CMSIS-DSP header in STM32Cube (#469)
1 parent 8416130 commit 2107a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/stm32cube.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def build_usb_libs(usb_libs_root):
202202
CPPPATH=[
203203
"$PROJECT_SRC_DIR",
204204
"$PROJECT_INCLUDE_DIR",
205+
os.path.join(FRAMEWORK_DIR, "Drivers", "CMSIS", "DSP", "Include"),
205206
os.path.join(FRAMEWORK_DIR, "Drivers", "CMSIS", "Include"),
206207
os.path.join(
207208
FRAMEWORK_DIR,

0 commit comments

Comments
 (0)