added uart and i2c stub folders
This commit is contained in:
2
stm32h7/i2c/CMakeLists.txt
Normal file
2
stm32h7/i2c/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
)
|
2
stm32h7/uart/CMakeLists.txt
Normal file
2
stm32h7/uart/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
)
|
Reference in New Issue
Block a user