Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 908 → Rev 909

/branches/V0.69k CRK HexaLotte/uart1.c
142,7 → 142,7
{
uint8_t c;
c = UDR1; // get data byte
#ifdef USE_KILLAGREG
#if defined (USE_KILLAGREG) || defined (USE_MK3MAG)
if (BoardRelease == 11) ubx_parser(c); // and put it into the ubx protocol parser
#endif
}