mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: fixed UBLOX example for PX4
This commit is contained in:
parent
dd27984eac
commit
3b0398dc14
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue