AP_Parachute: convert example from .pde to .cpp

This commit is contained in:
Andrew Tridgell 2015-06-01 16:58:18 +10:00
parent 637f8430c9
commit 330d8f5c3a
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
LIBRARIES += AP_Common
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_Math
LIBRARIES += AP_Notify
LIBRARIES += AP_Parachute
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += AP_Relay
LIBRARIES += RC_Channel
LIBRARIES += StorageManager