Browse Source

AP_HAL_Empty: convert example from .pde to .cpp

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
379b130d0a
  1. 0
      libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp
  2. 9
      libraries/AP_HAL_Empty/examples/empty_example/make.inc

0
libraries/AP_HAL_Empty/examples/empty_example/empty_example.pde → libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp

9
libraries/AP_HAL_Empty/examples/empty_example/make.inc

@ -0,0 +1,9 @@ @@ -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…
Cancel
Save