Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 4 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | volatile unsigned int rx_usart_out_Ptr; |
32 | volatile unsigned int rx_usart_out_Ptr; |
33 | volatile uint8_t rx_usart_buffer_full; |
33 | volatile uint8_t rx_usart_buffer_full; |
34 | } usart_ctl; |
34 | } usart_ctl; |
35 | 35 | ||
36 | 36 | ||
- | 37 | extern usart_ctl uc1; |
|
37 | extern usart_ctl uc2; |
38 | extern usart_ctl uc2; |
38 | extern usart_ctl uc3; |
- | |
39 | 39 | ||
40 | 40 | ||
41 | 41 | ||
42 | 42 | ||
43 | /* returns the number of characters received by the Rx USART */ |
43 | /* returns the number of characters received by the Rx USART */ |