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:
parent
401607e804
commit
ef03ffe55a
5 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue