Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 853 → Rev 854

/trunk/GPS.h
47,6 → 47,7
extern void ConfirmGpsUpdateRate(u16);
extern int PointPolyCheck( Vec2D_t P, Vec2D_t* V, int n );
extern u8 UpdateFlyzoneTimer;
extern u16 WP_Yaw_WithoutCF;
 
void GPS_Init(void);
void GPS_Navigation(gps_data_t *pGPS_Data, GPS_Stick_t* pGPS_Stick);