mirror of https://github.com/ArduPilot/ardupilot
APM_OBC: removed unused example code
This commit is contained in:
parent
8322525431
commit
f4cbec0ce1
|
@ -1 +0,0 @@
|
||||||
include ../../../../mk/apm.mk
|
|
|
@ -1,19 +0,0 @@
|
||||||
|
|
||||||
#include <AP_Common.h>
|
|
||||||
#include <AP_Progmem.h>
|
|
||||||
#include <AP_Param.h>
|
|
||||||
#include <AP_Math.h>
|
|
||||||
#include <AP_HAL.h>
|
|
||||||
#include <APM_OBC.h>
|
|
||||||
|
|
||||||
#include <AP_HAL_AVR.h>
|
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
|
||||||
|
|
||||||
void setup () {
|
|
||||||
hal.console->println_P(PSTR("Unit test for APM_OBC. This sketch"
|
|
||||||
"has no functionality, it only tests build."));
|
|
||||||
}
|
|
||||||
void loop () {}
|
|
||||||
|
|
||||||
AP_HAL_MAIN();
|
|
Loading…
Reference in New Issue