更新了部分文档,提升了遥控器解析的可读性,增加了dji电机守护线程,修复裁判系统未初始化导致任务超时

This commit is contained in:
NeoZng
2023-06-08 15:53:53 +08:00
parent 72884ef96b
commit 12796f8e70
16 changed files with 119 additions and 117 deletions

View File

@@ -1,5 +1,5 @@
#ifndef GIMBAL_CMD_H
#define GIMBAL_CMD_H
#ifndef ROBOT_CMD_H
#define ROBOT_CMD_H
/**
@@ -14,4 +14,4 @@ void RobotCMDInit();
*/
void RobotCMDTask();
#endif // !GIMBAL_CMD_H
#endif // !ROBOT_CMD_H