mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
12 lines
180 B
CMake
12 lines
180 B
CMake
include(configs/nuttx_px4fmu-common_apm)
|
|
|
|
list(APPEND config_module_list
|
|
drivers/boards/px4fmu-v2
|
|
drivers/pwm_input
|
|
drivers/px4io
|
|
)
|
|
|
|
set(config_io_board
|
|
px4io-v2
|
|
)
|