diff options
Diffstat (limited to 'demos/rt/ARMCM0-STM32F051-DISCOVERY/Makefile')
-rw-r--r-- | demos/rt/ARMCM0-STM32F051-DISCOVERY/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rt/ARMCM0-STM32F051-DISCOVERY/Makefile b/demos/rt/ARMCM0-STM32F051-DISCOVERY/Makefile index 1f8ff8d26..b0afd0421 100644 --- a/demos/rt/ARMCM0-STM32F051-DISCOVERY/Makefile +++ b/demos/rt/ARMCM0-STM32F051-DISCOVERY/Makefile @@ -58,7 +58,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_STM32F0_DISCOVERY/board.mk
|