HAL: fix example sketch

This commit is contained in:
Randy Mackay 2015-01-28 17:10:34 +09:00
parent 1141363868
commit f84d31b838
5 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <StorageManager.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -28,6 +28,7 @@
#include <AP_ADC_AnalogSource.h>
#include <AP_NavEKF.h>
#include <AP_Rally.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -33,6 +33,7 @@
#include <AP_Rally.h>
#include <AP_Scheduler.h>
#include <UARTDriver.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -33,6 +33,7 @@
#include <AP_Rally.h>
#include <AP_Scheduler.h>
#include <UARTDriver.h>
#include <AP_BattMonitor.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -33,6 +33,7 @@
#include <AP_Rally.h>
#include <AP_Scheduler.h>
#include <UARTDriver.h>
#include <AP_BattMonitor.h>
#if HAL_OS_POSIX_IO
#include <stdio.h>