AP_HAL: fix example sketches

This commit is contained in:
Randy Mackay 2015-05-12 14:42:15 +09:00
parent fb245cd77b
commit 0d72f3ac29
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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