1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

Just some comments, the very minimum

This commit is contained in:
Bertrand Songis 2017-05-07 22:25:06 +02:00
parent 301e33a271
commit 93dbdf8680
2 changed files with 5 additions and 2 deletions

View file

@ -1557,7 +1557,7 @@ extern uint8_t s_frsky_view;
#endif
#define EARTH_RADIUSKM ((uint32_t)6371)
#define EARTH_RADIUS ((uint32_t)111194)
#define EARTH_RADIUS ((uint32_t)111194) // meters * pi / 180°
void getGpsPilotPosition();
void getGpsDistance();