diff options
Diffstat (limited to 'demos/AVR/NIL-ARDUINOMEGA/Makefile')
-rw-r--r-- | demos/AVR/NIL-ARDUINOMEGA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINOMEGA/Makefile b/demos/AVR/NIL-ARDUINOMEGA/Makefile index 48d4714f2..3e947c892 100644 --- a/demos/AVR/NIL-ARDUINOMEGA/Makefile +++ b/demos/AVR/NIL-ARDUINOMEGA/Makefile @@ -63,7 +63,7 @@ include $(CHIBIOS)/os/hal/boards/ARDUINO_MEGA/board.mk include $(CHIBIOS)/os/hal/ports/AVR/platform.mk
include $(CHIBIOS)/os/hal/osal/nil/osal.mk
include $(CHIBIOS)/os/nil/nil.mk
-include $(CHIBIOS)/os/nil/ports/AVR/compilers/GCC/mk/port.mk
+include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
include $(CHIBIOS)/test/nil/test.mk
# List C source files here. (C dependencies are automatically generated.)
|