Details | Last modification | View Log | RSS feed
/* gps.c
*/
int GPS_Nick;
int GPS_Roll;
void GPS_Neutral( void ) {
GPS_Nick = 0;
GPS_Roll = 0;
}
void GPS_Main( void ) {
GPS_Neutral();