DataFlash: fixed example builds

This commit is contained in:
Andrew Tridgell 2015-02-09 13:09:16 +11:00
parent d5e129457e
commit af5f84f4e4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#include <AP_Baro.h>
#include <AP_AHRS.h>
#include "../AP_Airspeed/AP_Airspeed.h"
#include <AP_BattMonitor.h>
#include "../AP_BattMonitor/AP_BattMonitor.h"
#include <stdint.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4

View File

@ -7,7 +7,7 @@
#include <AP_Math.h>
#include <AP_Baro.h>
#include <AP_AHRS.h>
#include <AP_BattMonitor.h>
#include "../AP_BattMonitor/AP_BattMonitor.h"
#include <AP_Compass.h>
extern const AP_HAL::HAL& hal;