summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f207nucleo
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-30 14:14:28 +0700
committerhathach <[email protected]>2020-10-30 14:14:28 +0700
commita6efe475e7b68b5fbba371a1a73ecf474ef226c4 (patch)
tree2e646dfa9256f149971c07d87fca8fa5f6787f8d /hw/bsp/stm32f207nucleo
parent4f3ac8c492e5b45bed3270b80e4efe7c00a46a0e (diff)
use cmsis 5 for all stm32
Diffstat (limited to 'hw/bsp/stm32f207nucleo')
-rw-r--r--hw/bsp/stm32f207nucleo/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f207nucleo/board.mk b/hw/bsp/stm32f207nucleo/board.mk
index cad816d9f..025c2d7b7 100644
--- a/hw/bsp/stm32f207nucleo/board.mk
+++ b/hw/bsp/stm32f207nucleo/board.mk
@@ -31,7 +31,7 @@ SRC_S += \
$(ST_CMSIS)/Source/Templates/gcc/startup_stm32f207xx.s
INC += \
- $(TOP)/hw/mcu/st/st_driver/CMSIS/Include \
+ $(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
$(TOP)/$(ST_CMSIS)/Include \
$(TOP)/$(ST_HAL_DRIVER)/Inc \
$(TOP)/hw/bsp/$(BOARD)