Browse Source

AP_HAL_SMACCM: remove meaningless example dir

master
Pat Hickey 12 years ago
parent
commit
ab5522a20a
  1. 1
      libraries/AP_HAL_SMACCM/examples/empty_example/Makefile
  2. 18
      libraries/AP_HAL_SMACCM/examples/empty_example/empty_example.pde
  3. 0
      libraries/AP_HAL_SMACCM/examples/empty_example/nocore.inoflag

1
libraries/AP_HAL_SMACCM/examples/empty_example/Makefile

@ -1 +0,0 @@ @@ -1 +0,0 @@
include ../../../../mk/Arduino.mk

18
libraries/AP_HAL_SMACCM/examples/empty_example/empty_example.pde

@ -1,18 +0,0 @@ @@ -1,18 +0,0 @@
#include <AP_Common.h>
#include <AP_Progmem.h>
#include <AP_Param.h>
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_Empty.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
void setup() {}
void loop() {}
AP_HAL_MAIN();

0
libraries/AP_HAL_SMACCM/examples/empty_example/nocore.inoflag

Loading…
Cancel
Save