From c9b6fa1b1f25347a9a662b00e9763b23ccf54014 Mon Sep 17 00:00:00 2001 From: yxming66 <2389287465@qq.com> Date: Sat, 11 Oct 2025 21:12:50 +0800 Subject: [PATCH] test --- User/module/shoot_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User/module/shoot_control.c b/User/module/shoot_control.c index 9c5d726..ba84e81 100644 --- a/User/module/shoot_control.c +++ b/User/module/shoot_control.c @@ -384,7 +384,7 @@ int8_t Shoot_JamDetectionFSM(Shoot_t *s, Shoot_CMD_t *cmd) /* 正常运行射击状态机 */ Shoot_RunningFSM(s, cmd); break; - +// case SHOOT_JAMFSM_STATE_CONFIRMED:/* 确认堵塞 */ /* 清空待发射弹 */ s->anglecalu.num_to_shoot=0;