mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
16 lines
238 B
CMake
16 lines
238 B
CMake
include(configs/nuttx_px4fmu-common_apm)
|
|
|
|
list(APPEND config_module_list
|
|
drivers/mpu6000
|
|
drivers/hmc5883
|
|
drivers/ms5611
|
|
drivers/boards/px4fmu-v1
|
|
drivers/px4io
|
|
drivers/px4flow
|
|
)
|
|
|
|
set(config_io_board
|
|
px4io-v1
|
|
)
|
|
|