Update the AVR Tiny NIL demo makefile.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10418 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Theodore Ateba 2017-08-13 14:19:37 +00:00
parent 0d4535dc1a
commit 54497f6d70
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ OBJDIR = .
CHIBIOS = ../../..
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/boards/DIGISPARK_ATTINY_167/board.mk
include $(CHIBIOS)/os/hal/ports/AVR/TINY/platform.mk
include $(CHIBIOS)/os/hal/ports/AVR/TINY/ATTinyxxx/platform.mk
include $(CHIBIOS)/os/hal/osal/nil/osal.mk
include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk