1
0

Move chibios to tool.

This commit is contained in:
flabbergast 2015-09-08 16:06:33 +01:00
parent 1d115301d4
commit 8152d279a4
2 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ endif
#
# Imported source files and paths
CHIBIOS = $(TMK_DIR)/protocol/chibios/chibios
CHIBIOS = $(TMK_DIR)/tool/chibios/chibios
# Startup files.
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(shell echo $(MCU_SERIES) | tr '[:upper:]' '[:lower:]').mk
# HAL-OSAL files (optional).