From 2ebb8217f43b69f491620423ea4d5d5944d1f91d Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期六, 05 七月 2025 22:43:58 +0800 Subject: [PATCH] 格式化部分代码 --- keil/include/components/internet/src/TONE.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/components/internet/src/TONE.c b/keil/include/components/internet/src/TONE.c index 7f5892b..e766dec 100644 --- a/keil/include/components/internet/src/TONE.c +++ b/keil/include/components/internet/src/TONE.c @@ -58,7 +58,7 @@ { // GPIOD->BSRR = 0x0004; //打开TONE电源 //// delay_ms(800); //必要延时,延时是为了避免说不出来第一个字,蜂鸣就不用延时了 -// +// // if((0 == _u32Len) || (HIDO_NULL == _pu8Data)) // { // return HIDO_ERR; -- Gitblit v1.9.3