aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-MINI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINO-MINI/Makefile')
-rw-r--r--demos/AVR/RT-ARDUINO-MINI/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINO-MINI/Makefile b/demos/AVR/RT-ARDUINO-MINI/Makefile
index 87ad88a49..124d678e2 100644
--- a/demos/AVR/RT-ARDUINO-MINI/Makefile
+++ b/demos/AVR/RT-ARDUINO-MINI/Makefile
@@ -63,7 +63,7 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_MINI/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