diff options
| author | hathach <[email protected]> | 2023-03-16 23:11:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-16 23:11:11 +0700 |
| commit | ffdffc7e06080cfaf94b5c318053576d48cb604e (patch) | |
| tree | 51c16bd319f4783847964fbcc2039451d3a510aa /hw/bsp/same54xplainedpro | |
| parent | e0b1de923c5411417d7818fe0611b3041b2ff2d4 (diff) | |
rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC
also fix trailing spaces
Diffstat (limited to 'hw/bsp/same54xplainedpro')
| -rw-r--r-- | hw/bsp/same54xplainedpro/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same54xplainedpro/board.mk b/hw/bsp/same54xplainedpro/board.mk index 7d7ede0f0..1c6732231 100644 --- a/hw/bsp/same54xplainedpro/board.mk +++ b/hw/bsp/same54xplainedpro/board.mk @@ -38,7 +38,7 @@ INC += \ $(TOP)/hw/mcu/microchip/same54/CMSIS/Include # For freeRTOS port source -FREERTOS_PORT = $(FREERTOS_PORT_PATH)/ARM_CM4F +FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM4F # For flash-jlink target JLINK_DEVICE = ATSAME54P20 |
