mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
321cad640c
removed unused drivers
14 lines
224 B
CMake
14 lines
224 B
CMake
include(configs/nuttx_px4fmu-common_apm)
|
|
|
|
list(APPEND config_module_list
|
|
drivers/boards/px4fmu-v4
|
|
drivers/pwm_input
|
|
modules/uavcan
|
|
lib/rc
|
|
)
|
|
|
|
list(APPEND config_extra_libs
|
|
uavcan
|
|
uavcan_stm32_driver
|
|
)
|