11.6_1:解决了中断消息队列无法正常接收串口中断的bug,初步实现中断消息队列。
This commit is contained in:
@@ -22,6 +22,8 @@ typedef struct
|
||||
uint8_t ucIndex;
|
||||
}Usart3RecBuffer_t;
|
||||
|
||||
extern QueueHandle_t xQueueUsart3ReHdlr;
|
||||
|
||||
void vUsart3Init(uint32_t ulUsart3Baudrate);
|
||||
void vUsart3SendByte(uint8_t ucByte);
|
||||
void vUsart3SendArray(uint8_t *pucArray, uint16_t usLength);
|
||||
|
||||
Reference in New Issue
Block a user