5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 09:28:31 -04:00

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
libraries/AP_HAL_SMACCM/examples/empty_example

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