AP_GPS: fixed UBLOX example for PX4

This commit is contained in:
Andrew Tridgell 2013-01-05 16:31:46 +11:00
parent dd27984eac
commit 3b0398dc14
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
#include <AP_Param.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_Empty.h>
#include <AP_HAL_PX4.h>
#include <AP_GPS.h>
#include <AP_Math.h>