实现串口驱动,移植方便
This commit is contained in:
@ -13,7 +13,8 @@ target_include_directories(delay PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/inc
|
||||
)
|
||||
|
||||
# Link with stm32cubemx library
|
||||
# Link with stm32cubemx and hal libraries
|
||||
target_link_libraries(delay PRIVATE
|
||||
stm32cubemx
|
||||
hal
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user