aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ADC
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:11 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:11 +0000
commit58e8c4d3e18ddb79656f2f35452f48f4afceaf1c (patch)
tree3055301fd32a177aedd17260102fa1d5b396e159 /testhal/AVR/ADC
parent836e693c4acbd15a603b7200dbdb802ae0dd48e2 (diff)
downloadChibiOS-58e8c4d3e18ddb79656f2f35452f48f4afceaf1c.tar.gz
ChibiOS-58e8c4d3e18ddb79656f2f35452f48f4afceaf1c.tar.bz2
ChibiOS-58e8c4d3e18ddb79656f2f35452f48f4afceaf1c.zip
Update AVR XMEGA all testhal Makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10434 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/ADC')
-rw-r--r--testhal/AVR/ADC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/ADC/Makefile b/testhal/AVR/ADC/Makefile
index 42faf2215..993c866b2 100644
--- a/testhal/AVR/ADC/Makefile
+++ b/testhal/AVR/ADC/Makefile
@@ -63,7 +63,7 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/ARDUINO_MEGA/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