add SPI to stm32f1

This commit is contained in:
Christian Rauch 2023-02-05 13:13:41 +01:00 committed by Beat Küng
parent 2f21c590b0
commit ef5761c223
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
############################################################################
add_subdirectory(../stm32_common/io_pins io_pins)
add_subdirectory(../stm32_common/spi spi)
add_subdirectory(../stm32_common/hrt hrt)
add_subdirectory(../stm32_common/board_critmon board_critmon)
add_subdirectory(../stm32_common/board_reset board_reset)