mirror of https://github.com/ArduPilot/ardupilot
waf: re-enable uavcan on FMUv2
This commit is contained in:
parent
2bb1043c23
commit
977cd3c486
|
@ -4,6 +4,12 @@ list(APPEND config_module_list
|
|||
drivers/boards/px4fmu-v2
|
||||
drivers/pwm_input
|
||||
drivers/px4io
|
||||
modules/uavcan
|
||||
)
|
||||
|
||||
list(APPEND config_extra_libs
|
||||
uavcan
|
||||
uavcan_stm32_driver
|
||||
)
|
||||
|
||||
set(config_io_board
|
||||
|
|
Loading…
Reference in New Issue