From 379b130d0ac41df1fb425a43fc7623f4da13343d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Jun 2015 16:58:13 +1000 Subject: [PATCH] AP_HAL_Empty: convert example from .pde to .cpp --- .../{empty_example.pde => empty_example.cpp} | 0 libraries/AP_HAL_Empty/examples/empty_example/make.inc | 9 +++++++++ 2 files changed, 9 insertions(+) rename libraries/AP_HAL_Empty/examples/empty_example/{empty_example.pde => empty_example.cpp} (100%) create mode 100644 libraries/AP_HAL_Empty/examples/empty_example/make.inc diff --git a/libraries/AP_HAL_Empty/examples/empty_example/empty_example.pde b/libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp similarity index 100% rename from libraries/AP_HAL_Empty/examples/empty_example/empty_example.pde rename to libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp diff --git a/libraries/AP_HAL_Empty/examples/empty_example/make.inc b/libraries/AP_HAL_Empty/examples/empty_example/make.inc new file mode 100644 index 0000000000..e0ee647d91 --- /dev/null +++ b/libraries/AP_HAL_Empty/examples/empty_example/make.inc @@ -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