From 05207cdd53d36969e7d605aa65f3fa34af819e6e Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 3 Jun 2024 13:48:23 +0800 Subject: [PATCH] update --- api/apibasic/errorcode.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/apibasic/errorcode.hpp b/api/apibasic/errorcode.hpp index 434ab9e..4cd967f 100644 --- a/api/apibasic/errorcode.hpp +++ b/api/apibasic/errorcode.hpp @@ -120,6 +120,9 @@ typedef enum { */ kmini_servo_not_enable = ERROR_CODE(700, 0), // 未找到零点 + + + } error_t; const char* error2str(int32_t code);