From 539dc0a2f47aa60599f30a36c36ddf5f57d93276 Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Tue, 17 Mar 2026 11:43:21 +0800 Subject: [PATCH] fix ref --- User/module/cmd/cmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/User/module/cmd/cmd.c b/User/module/cmd/cmd.c index 9c99b58..b699c5a 100644 --- a/User/module/cmd/cmd.c +++ b/User/module/cmd/cmd.c @@ -641,9 +641,9 @@ int8_t CMD_Arbitrate(CMD_t *ctx) { // if (ctx->input.rc.sw[0] == CMD_SW_DOWN) { // ctx->output.gimbal.source = CMD_SRC_NUC; // ctx->output.shoot.source = CMD_SRC_NUC; -// #if CMD_ENABLE_MODULE_REFUI -// ctx->output.refui.source = CMD_SRC_NUC; -// #endif +#if CMD_ENABLE_MODULE_REFUI + ctx->output.refui.source = CMD_SRC_NUC; +#endif // } // } // }