mirror of https://github.com/ArduPilot/ardupilot
Rover: wscript: remove AP_L1_Control
This commit is contained in:
parent
0eb6ae365a
commit
2056525cdd
|
@ -9,7 +9,6 @@ def build(bld):
|
||||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||||
'APM_Control',
|
'APM_Control',
|
||||||
'AP_Arming',
|
'AP_Arming',
|
||||||
'AP_L1_Control',
|
|
||||||
'AP_Mount',
|
'AP_Mount',
|
||||||
'AP_Navigation',
|
'AP_Navigation',
|
||||||
'AR_WPNav',
|
'AR_WPNav',
|
||||||
|
|
Loading…
Reference in New Issue