Rev 761 | Rev 783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 761 | Rev 772 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | volatile uint8_t ReceivedBytes = 0; |
32 | volatile uint8_t ReceivedBytes = 0; |
33 | volatile uint8_t *pRxData = 0; |
33 | volatile uint8_t *pRxData = 0; |
34 | volatile uint8_t RxDataLen = 0; |
34 | volatile uint8_t RxDataLen = 0; |
Line 35... | Line 35... | ||
35 | 35 | ||
36 | /* ########################################################################## |
36 | /* ########################################################################## |
37 | * USART stuff |
37 | * USART1 stuff |
Line 38... | Line 38... | ||
38 | * ##########################################################################*/ |
38 | * ##########################################################################*/ |
39 | 39 | ||
40 | /** |
40 | /** |