From 47461741eda79dd6096093d9b5474190d03ca8ce Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Wed, 16 Aug 2017 06:39:21 +0000 Subject: Update AVR MEGA demos Makefiles according the new architecture. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10435 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/RT-ARDUINO-LEONARDO/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/AVR/RT-ARDUINO-LEONARDO') diff --git a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile index de8f8f5ee..b1700aed7 100644 --- a/demos/AVR/RT-ARDUINO-LEONARDO/Makefile +++ b/demos/AVR/RT-ARDUINO-LEONARDO/Makefile @@ -63,7 +63,7 @@ OBJDIR = . CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ARDUINO_LEONARDO/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 -- cgit v1.2.3