diff options
| author | hathach <[email protected]> | 2026-02-13 00:27:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-13 00:27:05 +0700 |
| commit | ace6d295a9f672dcf21cac75ca92c7cc1f182151 (patch) | |
| tree | 92a8b350516ac1cf107df36a0c9d88674cfda058 | |
| parent | a6d4c6d022a3dc597c24f2e312993046345683ad (diff) | |
fix stm32u545 makefile missing hcd
| -rw-r--r-- | hw/bsp/stm32u5/family.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/stm32u5/family.mk b/hw/bsp/stm32u5/family.mk index 47aed10a9..0acffa67b 100644 --- a/hw/bsp/stm32u5/family.mk +++ b/hw/bsp/stm32u5/family.mk @@ -40,6 +40,7 @@ SRC_C += \ ifneq ($(filter stm32u545xx stm32u535xx,$(MCU_VARIANT)),) SRC_C += \ src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c \ + src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c \ src/portable/st/stm32_fsdev/fsdev_common.c else SRC_C += \ |
