From 83b46243db9dc57a4cfae45a16507adcad87ec01 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Jun 2015 16:58:17 +1000 Subject: [PATCH] AP_Mount: convert example from .pde to .cpp --- .../examples/trivial_AP_Mount/make.inc | 27 +++++++++++++++++++ ...vial_AP_Mount.pde => trivial_AP_Mount.cpp} | 0 2 files changed, 27 insertions(+) create mode 100644 libraries/AP_Mount/examples/trivial_AP_Mount/make.inc rename libraries/AP_Mount/examples/trivial_AP_Mount/{trivial_AP_Mount.pde => trivial_AP_Mount.cpp} (100%) diff --git a/libraries/AP_Mount/examples/trivial_AP_Mount/make.inc b/libraries/AP_Mount/examples/trivial_AP_Mount/make.inc new file mode 100644 index 0000000000..e00d636430 --- /dev/null +++ b/libraries/AP_Mount/examples/trivial_AP_Mount/make.inc @@ -0,0 +1,27 @@ +LIBRARIES += AP_ADC +LIBRARIES += AP_ADC_AnalogSource +LIBRARIES += AP_AHRS +LIBRARIES += AP_Airspeed +LIBRARIES += AP_Baro +LIBRARIES += AP_BattMonitor +LIBRARIES += AP_Buffer +LIBRARIES += AP_Common +LIBRARIES += AP_Compass +LIBRARIES += AP_Declination +LIBRARIES += AP_GPS +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_InertialSensor +LIBRARIES += AP_Math +LIBRARIES += AP_Mission +LIBRARIES += AP_Mount +LIBRARIES += AP_Notify +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += AP_Terrain +LIBRARIES += AP_Vehicle +LIBRARIES += DataFlash +LIBRARIES += Filter +LIBRARIES += GCS_MAVLink +LIBRARIES += RC_Channel +LIBRARIES += StorageManager diff --git a/libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.pde b/libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.cpp similarity index 100% rename from libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.pde rename to libraries/AP_Mount/examples/trivial_AP_Mount/trivial_AP_Mount.cpp