summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-02 01:18:05 +0700
committerhathach <[email protected]>2021-03-02 01:18:34 +0700
commitc34b6b2324809276664070a8c52bfa71ceaf9d06 (patch)
tree62c85bfd420fc01e6b173f4a424c1f16d3b9f8dc /hw
parent83ce2dfcb73da5e2e59a3232dfb930710d687f2f (diff)
remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/nrf/family.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/nrf/family.mk b/hw/bsp/nrf/family.mk
index 16c912dc4..4c9e36ed0 100644
--- a/hw/bsp/nrf/family.mk
+++ b/hw/bsp/nrf/family.mk
@@ -40,7 +40,7 @@ SRC_C += \
INC += \
$(TOP)/$(BOARD_PATH) \
- $(TOP)/lib/CMSIS_4/CMSIS/Include \
+ $(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
$(TOP)/hw/mcu/nordic \
$(TOP)/hw/mcu/nordic/nrfx \
$(TOP)/hw/mcu/nordic/nrfx/mdk \