From e53508d682792915e26ff02b10f5f2f9bf93d959 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期一, 04 八月 2025 18:23:54 +0800 Subject: [PATCH] Merge branch 'clh' into liuyang --- SourceCode/Bond/Servo/Common.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h index 0aa7cfa..3031752 100644 --- a/SourceCode/Bond/Servo/Common.h +++ b/SourceCode/Bond/Servo/Common.h @@ -548,4 +548,8 @@ #define ROBOT_EVENT_FINISH 1 // 正常完成 #define ROBOT_EVENT_ERROR 2 // 出现错误 #define ROBOT_EVENT_ABORT 3 // 人为中止 -#define ROBOT_EVENT_RESTORE 4 // 回撤 \ No newline at end of file +#define ROBOT_EVENT_RESTORE 4 // 回撤 + + +/* PPID名字最大长度 */ +#define PPID_NAME_MAX 80 \ No newline at end of file -- Gitblit v1.9.3