Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 756 → Rev 757

/branches/V0.68d Code Redesign killagreg/uart1.c
140,5 → 140,5
{
uint8_t c;
c = UDR1; // get data byte
ubx_parser(c); // and put it into the ubx protocol parser
if (BoardRelease == 11) ubx_parser(c); // and put it into the ubx protocol parser
}