mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Declination: convert example from .pde to .cpp
This commit is contained in:
parent
d6a1bd98e6
commit
c18c84fbe1
@ -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
|
Loading…
Reference in New Issue
Block a user