Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 952 → Rev 953

/branches/V0.70d Code Redesign killagreg/uart1.c
142,7 → 142,7
{
uint8_t c;
c = UDR1; // get data byte
#if defined (USE_KILLAGREG) || defined (USE_MK3MAG)
#if (defined (USE_KILLAGREG) || defined (USE_MK3MAG))
if (BoardRelease > 10) ubx_parser(c); // and put it into the ubx protocol parser
#endif
}