AP_GPS: fixed examples build

This commit is contained in:
Andrew Tridgell 2013-08-29 15:04:46 +10:00
parent 517c44bbaa
commit e6bd3b65b9
4 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <AP_HAL.h> #include <AP_HAL.h>
#include <AP_HAL_AVR.h> #include <AP_HAL_AVR.h>
#include <AP_GPS.h> #include <AP_GPS.h>
#include <AP_Notify.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -16,6 +16,7 @@
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
#include <AP_GPS.h> #include <AP_GPS.h>
#include <AP_Math.h> #include <AP_Math.h>
#include <AP_Notify.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -13,6 +13,7 @@
#include <AP_HAL_AVR.h> #include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h> #include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
#include <AP_Notify.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -16,6 +16,7 @@
#include <AP_HAL_PX4.h> #include <AP_HAL_PX4.h>
#include <AP_GPS.h> #include <AP_GPS.h>
#include <AP_Math.h> #include <AP_Math.h>
#include <AP_Notify.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;