Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 273 → Rev 274

/FollowMe/uart1.c
89,6 → 89,6
uint8_t c;
c = UDR1; // get data byte
 
ubx_parser(c); // and put it into the ubx protocol parser
UBX_Parser(c); // and put it into the ubx protocol parser
 
}