diff options
Diffstat (limited to 'apps/can1')
-rw-r--r-- | apps/can1/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/can1/CMakeLists.txt b/apps/can1/CMakeLists.txt index 20ebd0d..48bacdd 100644 --- a/apps/can1/CMakeLists.txt +++ b/apps/can1/CMakeLists.txt @@ -10,7 +10,7 @@ add_executable(can1.elf can1.cpp ${STM32F10X_STDPERIPH_LIB}/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c ${STM32F10X_STDPERIPH_LIB}/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c ) -target_link_libraries(can1.elf tinyprintf) +target_link_libraries(can1.elf tinyprintf gcc) target_include_directories(can1.elf PUBLIC ${PLAYGROUND_DIR}/include |