AP_Declination: convert example from .pde to .cpp

This commit is contained in:
Andrew Tridgell 2015-06-01 16:58:11 +10:00
parent d6a1bd98e6
commit c18c84fbe1
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
LIBRARIES += AP_Buffer
LIBRARIES += AP_Common
LIBRARIES += AP_Declination
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += Filter
LIBRARIES += StorageManager