mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_SMACCM: remove meaningless example dir
This commit is contained in:
parent
7142368a97
commit
ab5522a20a
|
@ -1 +0,0 @@
|
|||
include ../../../../mk/Arduino.mk
|
|
@ -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();
|
||||
|
Loading…
Reference in New Issue