diff options
Diffstat (limited to 'demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile')
-rw-r--r-- | demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile b/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile index beae7885a..50f0a6188 100644 --- a/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile +++ b/demos/rt/ARMCM4-STM32F407-DISCOVERY/Makefile @@ -64,7 +64,7 @@ endif PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../..
+CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/osal/chibios/osal.mk
include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk
|