Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1200 → Rev 1201

/branches/V0.72p Code Redesign killagreg/ubx.h
53,6 → 53,8
// this variable should be decremted by the application
extern volatile uint8_t GPSTimeout; // is reset to 255 if a new UBX msg was received
 
 
#define USART1_BAUD 57600
// this function should be called within the UART RX ISR
extern void ubx_parser(uint8_t c);