Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 603 → Rev 604

/trunk/GPS.h
33,6 → 33,7
extern s16 AbsoluteFlyingAltitude; // Maximum altitude that the MK is not allowed to exceed - keep zero if not used
extern u16 AutoDescendRange_m;
extern GPS_Pos_t SimulationPosition; // the current GPS position in simulated mode
extern GPS_Pos_t GPS_FailsafePosition;
extern u8 SimulationFlags;
 
void GPS_Init(void);