裁判系统发送重构前提交

This commit is contained in:
Kidenygood
2023-04-03 17:05:43 +08:00
parent 11b401c2bc
commit 7bb41c56b7
5 changed files with 44 additions and 43 deletions

View File

@@ -43,7 +43,6 @@ void RefereeSend(uint8_t *send, uint16_t tx_len)
{
USARTSend(referee_usart_instance, send, tx_len);
/* syhtodo DMA请求过快会导致数据发送丢失考虑数据尽可能打成一个整包以及队列发送并且发送函数添加缓冲区 */
HAL_Delay(5);
}
/*裁判系统串口接收回调函数,解析数据 */