From 32a96cf3d7d88a3aec603a79a6035c508e4f3993 Mon Sep 17 00:00:00 2001 From: zengzhiheng Date: Wed, 9 Sep 2026 15:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BA=86=E4=B8=B2=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/earphone/board/br28/board_jl701n_demo_cfg.h | 2 +- apps/usr_app/app_function.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/earphone/board/br28/board_jl701n_demo_cfg.h b/apps/earphone/board/br28/board_jl701n_demo_cfg.h index cd61cdf..b920d12 100644 --- a/apps/earphone/board/br28/board_jl701n_demo_cfg.h +++ b/apps/earphone/board/br28/board_jl701n_demo_cfg.h @@ -21,7 +21,7 @@ //*********************************************************************************// // UART閰嶇疆 // //*********************************************************************************// -#define TCFG_UART0_ENABLE ENABLE_THIS_MOUDLE // 开启 PG6 串口诊断,PC5 保持充电检测用途 +#define TCFG_UART0_ENABLE DISABLE_THIS_MOUDLE // 开启 PG6 串口诊断,PC5 保持充电检测用途 #define TCFG_UART0_RX_PORT NO_CONFIG_PORT // 只打印,不接收 #define TCFG_UART0_TX_PORT IO_PORTG_06 // PG6 串口发送 #define TCFG_UART0_BAUDRATE 1000000 // 与 FK_CAR_FW 一致 diff --git a/apps/usr_app/app_function.c b/apps/usr_app/app_function.c index e998936..74b4daf 100644 --- a/apps/usr_app/app_function.c +++ b/apps/usr_app/app_function.c @@ -406,7 +406,7 @@ static void function_hand_poll(void) if (s_func.hand_busy) { function_hand_stop(); } - log_info("ignore unsupported hand cmd=%d\n", cmd); + } s_func.hand_cmd_last = cmd; }