diff options
Diffstat (limited to 'testhal/AVR/MEGA/SPI')
-rw-r--r-- | testhal/AVR/MEGA/SPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/MEGA/SPI/Makefile b/testhal/AVR/MEGA/SPI/Makefile index de3f17e65..fe91681bc 100644 --- a/testhal/AVR/MEGA/SPI/Makefile +++ b/testhal/AVR/MEGA/SPI/Makefile @@ -60,7 +60,7 @@ TARGET = ch OBJDIR = .
# Imported source files
-CHIBIOS = ../../..
+CHIBIOS = ../../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_UNO/board.mk
include $(CHIBIOS)/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk
|