AP_HAL_SMACCM: remove meaningless example dir

This commit is contained in:
Pat Hickey 2013-01-09 13:15:10 -08:00
parent 7142368a97
commit ab5522a20a
3 changed files with 0 additions and 19 deletions

View File

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

View File

@ -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();