AP_GPS: enable double precision maths where needed

This commit is contained in:
Andrew Tridgell 2018-05-04 11:19:07 +10:00
parent 097632eeb3
commit 53d36c02ae
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>