diff options
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC')
-rw-r--r-- | testhal/STM32F4xx/USB_CDC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/Makefile b/testhal/STM32F4xx/USB_CDC/Makefile index 0f32eeceb..1a6ac2d74 100644 --- a/testhal/STM32F4xx/USB_CDC/Makefile +++ b/testhal/STM32F4xx/USB_CDC/Makefile @@ -64,7 +64,7 @@ endif PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../..
+CHIBIOS = ../../..
include $(CHIBIOS)/boards/ST_STM32F4_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/platforms/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
@@ -84,7 +84,7 @@ CSRC = $(PORTSRC) \ $(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(CHIBIOS)/os/various/lis302dl.c \
+ $(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
main.c
|