diff options
| author | hathach <[email protected]> | 2023-03-16 23:21:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-16 23:21:15 +0700 |
| commit | e7d212f33760f13b0102a307569aac0ed8e14bd2 (patch) | |
| tree | c84d7a7db611b6e1d3c2032537d79c7c88ca65df /hw | |
| parent | ffdffc7e06080cfaf94b5c318053576d48cb604e (diff) | |
more fix
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/stm32u5/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32u5/family.mk b/hw/bsp/stm32u5/family.mk index 23d7f4dda..e1c496dee 100644 --- a/hw/bsp/stm32u5/family.mk +++ b/hw/bsp/stm32u5/family.mk @@ -39,7 +39,7 @@ INC += \ $(TOP)/$(BOARD_PATH) # For freeRTOS port source -FREERTOS_PORTABLE_SRC = ARM_CM33_NTZ/non_secure +FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM33_NTZ/non_secure # flash target using on-board stlink flash: flash-stlink |
