fix a bug in nucleo stm32l073 makefile

This commit is contained in:
mculover666
2020-09-24 08:50:28 +08:00
parent f04d2cac05
commit 9d76c4f811

View File

@@ -45,7 +45,7 @@ ARCH_SRC = \
C_SOURCES += $(ARCH_SRC)
CMSIS_SRC = \
${wildcard $(TOP_DIR)/osal/cmsis_os/*.c}
${wildcard $(TOP_DIR)/osal/cmsis_os/cmsis_os.c}
C_SOURCES += $(CMSIS_SRC)