Copter: don't compile AP_Menu library

This commit is contained in:
Peter Barker 2018-07-23 14:13:27 +10:00 committed by Randy Mackay
parent 24ef1a61b3
commit 9e6810933e
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
LIBRARIES += AP_Common
LIBRARIES += AP_Menu
LIBRARIES += AP_AdvancedFailsafe
LIBRARIES += AP_Param
LIBRARIES += StorageManager

View File

@ -20,7 +20,6 @@ def build(bld):
'AP_IRLock',
'AP_InertialNav',
'AP_LandingGear',
'AP_Menu',
'AP_Motors',
'AP_Parachute',
'AP_RCMapper',