Skip to content

Commit afef9b4

Browse files
committed
Fix hard-coded path of CHIBIOS
1 parent 95c5b19 commit afef9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/chibios/chibios.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endif
8383
#
8484

8585
# Imported source files and paths
86-
CHIBIOS = $(TMK_DIR)/tool/chibios/chibios
86+
CHIBIOS ?= $(TMK_DIR)/tool/chibios/chibios
8787
# Startup files.
8888
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(MCU_STARTUP).mk
8989
# HAL-OSAL files (optional).

0 commit comments

Comments
 (0)