1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-19 22:35:19 +03:00

max distance from 16bit to 32bit

This commit is contained in:
giacomo892 2019-04-16 18:01:46 +02:00
parent 401607e804
commit ef03ffe55a
5 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@
* Compatibility for home position
*-----------------------------------------------------------*/
gpsLocation_t GPS_home;
uint16_t GPS_distanceToHome; // distance to home point in meters
uint32_t GPS_distanceToHome; // distance to home point in meters
int16_t GPS_directionToHome; // direction to home point in degrees
#if defined(USE_NAV)