summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalton Caron <[email protected]>2025-09-11 13:00:48 -0700
committerDalton Caron <[email protected]>2025-09-11 13:00:48 -0700
commite09a2d8d356bd1165a4474f5de7dce43c936cb2e (patch)
tree01fb2cac98257b951fef764cbf094bf7cd73a44b
parenta20252ad597c8a395adcca48c06d18846ea83f48 (diff)
Change CMSIS patch to match update path in family.mk for WBA
-rw-r--r--hw/bsp/stm32wba/family.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32wba/family.mk b/hw/bsp/stm32wba/family.mk
index d5aecfe46..22f63609f 100644
--- a/hw/bsp/stm32wba/family.mk
+++ b/hw/bsp/stm32wba/family.mk
@@ -2,7 +2,7 @@ UF2_FAMILY_ID = 0x70d16657
ST_FAMILY = wba
ST_PREFIX = stm32${ST_FAMILY}xx
-ST_CMSIS = hw/mcu/st/cmsis_device_$(ST_FAMILY)
+ST_CMSIS = hw/mcu/st/cmsis-device-$(ST_FAMILY)
ST_HAL_DRIVER = hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver
include $(TOP)/$(BOARD_PATH)/board.mk