From 3599815a81526be2cf441a56391bbe87bf571d19 Mon Sep 17 00:00:00 2001 From: Zhangwen <13970730+mkc46119@user.noreply.gitee.com> Date: Thu, 3 Apr 2025 15:27:18 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A2.=E5=A2=9E=E5=8A=A0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E8=AF=AD=E9=9F=B3=E5=92=8C=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/main.c b/source/app/main.c index f1379c3..34f9e0d 100644 --- a/source/app/main.c +++ b/source/app/main.c @@ -109,7 +109,7 @@ void main(void) L0_uart0_ushex(_s_task_adc.adc_val[_s_task_adc.index]); L0_uart0_0d0a(); L0_uart0_sendstr("Vin = "); - L0_uart0_ushex(G.Vin); + L0_uart0_ushex(G.Vin); // L2_WT2605B_Broadcast(&audio_tcp_noplan); }