mirror of https://github.com/ArduPilot/ardupilot
AP_Math: adjust for Location_Class and Location unification
This commit is contained in:
parent
30980815a8
commit
31fa9e582e
|
@ -23,6 +23,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "AP_Math.h"
|
||||
#include "location.h"
|
||||
#include "AP_Common/Location.h"
|
||||
|
||||
float longitude_scale(const struct Location &loc)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue