APM_OBC: removed unused example code

This commit is contained in:
Andrew Tridgell 2014-04-07 11:55:46 +10:00
parent 8322525431
commit f4cbec0ce1
3 changed files with 0 additions and 20 deletions

View File

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

View File

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