From 05182803b3e9c55cd1666a621a2ef0041496ae67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Wed, 25 Mar 2026 16:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/Power_Pico/User/GUI/screens/ui_mainPage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/Power_Pico/User/GUI/screens/ui_mainPage.c b/software/Power_Pico/User/GUI/screens/ui_mainPage.c index 6c08aef..d9d52ff 100644 --- a/software/Power_Pico/User/GUI/screens/ui_mainPage.c +++ b/software/Power_Pico/User/GUI/screens/ui_mainPage.c @@ -126,7 +126,7 @@ static void set_val_cur_label(float voltage, float current) // event funtions -static void _flush_timer_cb() +static void _flush_timer_cb(lv_timer_t * timer) { float voltage = 0.0; float current = 0.0;