Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1067 → Rev 1068

/branches/thjac/V1_00/gps.c
0,0 → 1,17
/* gps.c
*/
 
int GPS_Nick;
int GPS_Roll;
 
 
void GPS_Neutral( void ) {
GPS_Nick = 0;
GPS_Roll = 0;
}
 
 
void GPS_Main( void ) {
GPS_Neutral();
}