diff --git a/libraries/AP_HAL_Empty/examples/empty_example/Makefile b/libraries/AP_HAL_Empty/examples/empty_example/Makefile deleted file mode 100644 index f5daf25151..0000000000 --- a/libraries/AP_HAL_Empty/examples/empty_example/Makefile +++ /dev/null @@ -1 +0,0 @@ -include ../../../../mk/apm.mk diff --git a/libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp b/libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp deleted file mode 100644 index 86a6744f77..0000000000 --- a/libraries/AP_HAL_Empty/examples/empty_example/empty_example.cpp +++ /dev/null @@ -1,21 +0,0 @@ - -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -const AP_HAL::HAL& hal = AP_HAL::get_HAL(); - -void setup() { - hal.console->println_P(PSTR("Empty setup")); -} -void loop() {} - -AP_HAL_MAIN(); - diff --git a/libraries/AP_HAL_Empty/examples/empty_example/make.inc b/libraries/AP_HAL_Empty/examples/empty_example/make.inc deleted file mode 100644 index 5033b8b3fc..0000000000 --- a/libraries/AP_HAL_Empty/examples/empty_example/make.inc +++ /dev/null @@ -1,5 +0,0 @@ -LIBRARIES += AP_Common -LIBRARIES += AP_Math -LIBRARIES += AP_Param -LIBRARIES += AP_Progmem -LIBRARIES += StorageManager diff --git a/libraries/AP_HAL_Empty/examples/empty_example/nocore.inoflag b/libraries/AP_HAL_Empty/examples/empty_example/nocore.inoflag deleted file mode 100644 index e69de29bb2..0000000000