aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/SPI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/SPI/Makefile')
-rw-r--r--testhal/AVR/SPI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/SPI/Makefile b/testhal/AVR/SPI/Makefile
index 35b214f1c..de3f17e65 100644
--- a/testhal/AVR/SPI/Makefile
+++ b/testhal/AVR/SPI/Makefile
@@ -63,7 +63,7 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_UNO/board.mk
-include $(CHIBIOS)/os/hal/ports/AVR/MEGA/platform.mk
+include $(CHIBIOS)/os/hal/ports/AVR/MEGA/ATMEGAxx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk