Skip to content

Commit

Permalink
fix a bug in nucleo stm32l073 makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mculover666 committed Sep 24, 2020
1 parent f04d2ca commit 9d76c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/NUCLEO_STM32L073RZ/GCC/hello_world/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 9d76c4f

Please sign in to comment.