mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 01:20:34 +08:00
i2c+spi: add module base class and bus iterators
This commit is contained in:
@@ -41,10 +41,13 @@ endif()
|
||||
|
||||
add_library(px4_platform
|
||||
board_identity.c
|
||||
#i2c.cpp
|
||||
#i2c_spi_buses.cpp
|
||||
module.cpp
|
||||
px4_getopt.c
|
||||
px4_cli.cpp
|
||||
shutdown.cpp
|
||||
#spi.cpp
|
||||
${SRCS}
|
||||
)
|
||||
add_dependencies(px4_platform prebuild_targets)
|
||||
|
||||
Reference in New Issue
Block a user