summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-03 12:20:07 +0700
committerhathach <[email protected]>2025-10-03 12:20:07 +0700
commitc3f6c20ee97de7f12682c9f4f805dffec17f291e (patch)
tree65ea26ba5a638e882c8bdcac3c8439e4e576d360 /hw
parentf0670fdf3b86edcb37558a3bff606bab67649f38 (diff)
fix make stm32u0
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32u0/family.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/stm32u0/family.mk b/hw/bsp/stm32u0/family.mk
index 02e0bb792..d5a850050 100644
--- a/hw/bsp/stm32u0/family.mk
+++ b/hw/bsp/stm32u0/family.mk
@@ -33,6 +33,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_rcc.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_rcc_ex.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_gpio.c \
+ ${ST_HAL_DRIVER}/Src/stm32$(ST_FAMILY)xx_hal_pwr_ex.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_uart.c
INC += \