forked from Archive/PX4-Autopilot
mavlink: receiver fix geo include
This commit is contained in:
parent
e9a21ee911
commit
a93f8dade4
|
@ -43,7 +43,6 @@
|
|||
#include <airspeed/airspeed.h>
|
||||
#include <conversion/rotation.h>
|
||||
#include <drivers/drv_rc_input.h>
|
||||
#include <geo/geo.h>
|
||||
#include <systemlib/px4_macros.h>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#include "mavlink_timesync.h"
|
||||
#include "tune_publisher.h"
|
||||
|
||||
#include <geo/geo.h>
|
||||
#include <lib/drivers/accelerometer/PX4Accelerometer.hpp>
|
||||
#include <lib/drivers/barometer/PX4Barometer.hpp>
|
||||
#include <lib/drivers/gyroscope/PX4Gyroscope.hpp>
|
||||
|
|
Loading…
Reference in New Issue