Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 942 → Rev 950

/branches/V0.70d CRK HexaLotte/uart1.c
143,6 → 143,6
uint8_t c;
c = UDR1; // get data byte
#if defined (USE_KILLAGREG) || defined (USE_MK3MAG)
if (BoardRelease == 11) ubx_parser(c); // and put it into the ubx protocol parser
if (BoardRelease > 10) ubx_parser(c); // and put it into the ubx protocol parser
#endif
}