From 9db157620c81da8f6c7c19f32cea228dfc0b9f41 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 2 Jan 2024 14:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=88=B5=E6=9C=BA=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/mini_servo_motor/mini_servo_motor_ctrl_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mini_servo_motor/mini_servo_motor_ctrl_module.cpp b/components/mini_servo_motor/mini_servo_motor_ctrl_module.cpp index e3b31a5..536831a 100644 --- a/components/mini_servo_motor/mini_servo_motor_ctrl_module.cpp +++ b/components/mini_servo_motor/mini_servo_motor_ctrl_module.cpp @@ -103,7 +103,7 @@ int32_t MiniRobotCtrlModule::move_to(s32 pos, s32 speed, s32 torque, action_cb_s if (m_thread.getExitFlag()) break; m_thread.sleep(10); } - stop(0); + // stop(0); // ZLOGI(TAG, "%d move_to stop")m_module_id,; });