Subversion Repositories FlightCtrl

Rev

Rev 1612 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1612 Rev 1821
Line 10... Line 10...
10
#define USART1_BAUD 38400
10
#define USART1_BAUD 38400
11
// this function should be called within the UART RX ISR
11
// this function should be called within the UART RX ISR
12
extern void dsl_parser(uint8_t c);
12
extern void dsl_parser(uint8_t c);
Line 13... Line 13...
13
 
13
 
14
#endif //_DSL_H
-