diff options
Diffstat (limited to 'demos/STM32/RT-STM32L4R5ZI-NUCLEO144')
-rw-r--r-- | demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile b/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile index 11cdaaabe..b22e88f60 100644 --- a/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/Makefile @@ -89,7 +89,7 @@ PROJECT = ch MCU = cortex-m4
# Imported source files and paths.
-CHIBIOS = ../../..
+CHIBIOS := ../../..
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep
|