AP_HAL_Empty: convert example from .pde to .cpp
This commit is contained in:
parent
0cc31c2db5
commit
379b130d0a
9
libraries/AP_HAL_Empty/examples/empty_example/make.inc
Normal file
9
libraries/AP_HAL_Empty/examples/empty_example/make.inc
Normal file
@ -0,0 +1,9 @@
|
||||
LIBRARIES += AP_Common
|
||||
LIBRARIES += AP_HAL
|
||||
LIBRARIES += AP_HAL_AVR
|
||||
LIBRARIES += AP_HAL_Empty
|
||||
LIBRARIES += AP_HAL_SITL
|
||||
LIBRARIES += AP_Math
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += StorageManager
|
Loading…
Reference in New Issue
Block a user