Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 723 → Rev 724

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