AP_HAL_Linux: convert example from .pde to .cpp

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

View File

@ -0,0 +1,8 @@
LIBRARIES += AP_Common
LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_Empty
LIBRARIES += AP_HAL_Linux
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += AP_Progmem
LIBRARIES += StorageManager