Rev 387 | Rev 728 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 387 | Rev 389 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | extern volatile uint8_t txd_buffer[TXD_BUFFER_LEN]; |
28 | extern volatile uint8_t txd_buffer[TXD_BUFFER_LEN]; |
29 | extern volatile uint8_t ReceivedBytes; |
29 | extern volatile uint8_t ReceivedBytes; |
30 | extern volatile uint8_t *pRxData; |
30 | extern volatile uint8_t *pRxData; |
31 | extern volatile uint8_t RxDataLen; |
31 | extern volatile uint8_t RxDataLen; |
Line 32... | Line -... | ||
32 | - | ||
33 | extern |
- | |
34 | 32 | ||
35 | /** |
33 | /** |
36 | * init usart1 |
34 | * init usart1 |
37 | */ |
35 | */ |
Line 54... | Line 52... | ||
54 | 52 | ||
55 | /** |
53 | /** |
56 | * transmit interrupt handler |
54 | * transmit interrupt handler |
57 | * unused |
55 | * unused |
58 | */ |
56 | */ |
Line 59... | Line 57... | ||
59 | SIGNAL(SIG_USART1_DATA); |
57 | ISR(SIG_USART1_DATA); |
60 | 58 | ||
61 | /** |
59 | /** |
62 | * receive data through usart1 |
60 | * receive data through usart1 |