AP_GPS: add includes for success build example sketch

include AP_Scheduler.h for achieve build GPS_UBLOX_passthrough example
This commit is contained in:
ustas 2015-02-27 16:43:26 +02:00 committed by Randy Mackay
parent 4f1dd85e47
commit a2d5ac6805

View File

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