mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: don't compile AP_Menu library
This commit is contained in:
parent
24ef1a61b3
commit
9e6810933e
@ -1,5 +1,4 @@
|
||||
LIBRARIES += AP_Common
|
||||
LIBRARIES += AP_Menu
|
||||
LIBRARIES += AP_AdvancedFailsafe
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += StorageManager
|
||||
|
@ -20,7 +20,6 @@ def build(bld):
|
||||
'AP_IRLock',
|
||||
'AP_InertialNav',
|
||||
'AP_LandingGear',
|
||||
'AP_Menu',
|
||||
'AP_Motors',
|
||||
'AP_Parachute',
|
||||
'AP_RCMapper',
|
||||
|
Loading…
Reference in New Issue
Block a user