添加了部分说明文档

This commit is contained in:
NeoZng
2022-12-19 17:15:42 +08:00
parent cb1856a6dd
commit 22171177da
7 changed files with 91 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ void RobotInit()
void RobotTask()
{
#if defined(ONE_BOARD) || defined(GIMBAL_BOARD)
GimbalCMDTask();
RobotCMDTask();
GimbalTask();
ShootTask();
#endif