aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINOUNO
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINOUNO')
-rw-r--r--demos/AVR/RT-ARDUINOUNO/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINOUNO/Makefile b/demos/AVR/RT-ARDUINOUNO/Makefile
index 95d2db104..4e566d829 100644
--- a/demos/AVR/RT-ARDUINOUNO/Makefile
+++ b/demos/AVR/RT-ARDUINOUNO/Makefile
@@ -63,7 +63,7 @@ include $(CHIBIOS)/os/hal/boards/ARDUINO_UNO/board.mk
include $(CHIBIOS)/os/hal/ports/AVR/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
-include $(CHIBIOS)/os/rt/ports/AVR/compilers/GCC/mk/port.mk
+include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
#include $(CHIBIOS)/test/rt/test.mk
# List C source files here. (C dependencies are automatically generated.)