diff options
| author | hathach <[email protected]> | 2025-04-17 14:34:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-17 14:40:43 +0700 |
| commit | b1eedf4d1d95d6e8c7de425080a107a33cbf0e5d (patch) | |
| tree | 2a3c568ca9742b491b5bef7ae953330e3d9ef948 /hw/bsp/stm32f4 | |
| parent | eea42fd1197bea01eb480363ccf573544f4c9551 (diff) | |
fix iar make build with wb and u5
Diffstat (limited to 'hw/bsp/stm32f4')
| -rw-r--r-- | hw/bsp/stm32f4/family.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/stm32f4/family.mk b/hw/bsp/stm32f4/family.mk index 51ff43a60..c3c41dc3f 100644 --- a/hw/bsp/stm32f4/family.mk +++ b/hw/bsp/stm32f4/family.mk @@ -1,6 +1,5 @@ UF2_FAMILY_ID = 0x57755a57 ST_FAMILY = f4 -DEPS_SUBMODULES += lib/CMSIS_5 hw/mcu/st/cmsis_device_$(ST_FAMILY) hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver ST_CMSIS = hw/mcu/st/cmsis_device_$(ST_FAMILY) ST_HAL_DRIVER = hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver |
