GPS: fix example sketches

This commit is contained in:
Randy Mackay 2015-05-07 13:59:55 +09:00
parent afc9812d0b
commit fa4ba456b4
2 changed files with 2 additions and 0 deletions

View File

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

View File

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