/C-OSD/trunk/usart1.h |
---|
30,8 → 30,6 |
extern volatile uint8_t *pRxData; |
extern volatile uint8_t RxDataLen; |
extern |
/** |
* init usart1 |
*/ |
56,7 → 54,7 |
* transmit interrupt handler |
* unused |
*/ |
SIGNAL(SIG_USART1_DATA); |
ISR(SIG_USART1_DATA); |
/** |
* receive data through usart1 |