mirror of https://github.com/ArduPilot/ardupilot
AP_Declination: Increased range of supported latitude coordinates.
Fixed incorrect type usage to save stack space. Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
parent
1709403b87
commit
94d1c48544
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,7 @@
|
|||
// Just incase it wasn't included elsewhere
|
||||
#include <avr/pgmspace.h>
|
||||
#include <math.h>
|
||||
#include "../AP_Common/AP_Common.h"
|
||||
|
||||
/*
|
||||
* Adam M Rivera
|
||||
|
|
Loading…
Reference in New Issue