diff options
Diffstat (limited to 'testhal/AVR/I2C/Makefile')
-rw-r--r-- | testhal/AVR/I2C/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/I2C/Makefile b/testhal/AVR/I2C/Makefile index 738c747c2..45e24acb8 100644 --- a/testhal/AVR/I2C/Makefile +++ b/testhal/AVR/I2C/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/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
# List C source files here. (C dependencies are automatically generated.)
SRC = $(PORTSRC) \
|