5 lines
85 B
CMake
5 lines
85 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
hardware_init.cpp
|
||
|
stm32h7xx_nucleo.c
|
||
|
)
|