mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: enable double precision maths where needed
This commit is contained in:
parent
097632eeb3
commit
53d36c02ae
|
@ -18,6 +18,8 @@
|
|||
// Code by Michael Oborne
|
||||
//
|
||||
|
||||
#define ALLOW_DOUBLE_MATH_FUNCTIONS
|
||||
|
||||
#include "AP_GPS.h"
|
||||
#include "AP_GPS_GSOF.h"
|
||||
#include <DataFlash/DataFlash.h>
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
// Code by Michael Oborne
|
||||
//
|
||||
|
||||
#define ALLOW_DOUBLE_MATH_FUNCTIONS
|
||||
|
||||
#include "AP_GPS.h"
|
||||
#include "AP_GPS_SBF.h"
|
||||
#include <DataFlash/DataFlash.h>
|
||||
|
|
Loading…
Reference in New Issue