waf: add missing AP_Parachute library to ArduPlane

This commit is contained in:
Lucas De Marchi 2015-11-03 19:11:10 -02:00 committed by Andrew Tridgell
parent 3be4144b72
commit 1cdc233bd2

View File

@ -19,6 +19,7 @@ def build(bld):
'AP_Menu', 'AP_Menu',
'AP_Mount', 'AP_Mount',
'AP_Navigation', 'AP_Navigation',
'AP_Parachute',
'AP_RCMapper', 'AP_RCMapper',
'AP_RPM', 'AP_RPM',
'AP_RSSI', 'AP_RSSI',