mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Copter: remove AP_ADSB from wscript
This commit is contained in:
parent
f821ca4677
commit
faa4f57e61
@ -7,7 +7,6 @@ def build(bld):
|
|||||||
name=vehicle + '_libs',
|
name=vehicle + '_libs',
|
||||||
ap_vehicle=vehicle,
|
ap_vehicle=vehicle,
|
||||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||||
'AP_ADSB',
|
|
||||||
'AC_AttitudeControl',
|
'AC_AttitudeControl',
|
||||||
'AC_InputManager',
|
'AC_InputManager',
|
||||||
'AC_PID',
|
'AC_PID',
|
||||||
|
Loading…
Reference in New Issue
Block a user