application中分离referee部分,相关代码重构,完成步兵UI的init

This commit is contained in:
kidneygood
2023-01-24 22:37:53 +08:00
parent 289530ac10
commit 68f7e64c2a
11 changed files with 385 additions and 133 deletions

View File

@@ -198,7 +198,7 @@ void StartROBOTTASK(void const * argument)
{
// 200Hz
RobotTask();
osDelay(5);
osDelay(10);//syh此处暂时将时间改为10ms原因在于未使用缓冲区发送发送时延时5ms
}
}