Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 684 → Rev 702

/branches/V0.68d Code Redesign killagreg/ubx.h
37,7 → 37,7
} GPS_INFO_t;
 
//here you will find the current gps info
extern GPS_INFO_t actualPos; // measured position (last gps record)
extern GPS_INFO_t GPSInfo; // measured position (last gps record)
 
// this function should be called within the UART RX ISR
extern void ubx_parser(uint8_t c);