From d6d72789478aa8c4e8e7e8c2bbd0a61d8f711c45 Mon Sep 17 00:00:00 2001 From: Zhangwen <13970730+mkc46119@user.noreply.gitee.com> Date: Fri, 11 Apr 2025 11:00:07 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A111?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/app/task_appstatus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/app/task_appstatus.h b/source/app/task_appstatus.h index c1949ce..124b761 100644 --- a/source/app/task_appstatus.h +++ b/source/app/task_appstatus.h @@ -25,7 +25,6 @@ typedef struct _s_task_appstatus }S_TASK_APPSTATUS; extern S_TASK_APPSTATUS _s_task_appstatus; -extern vU32 Nowtime ; extern void L3_task_AppStatus_init(void); extern void L3_task_appstatus_handler(S_TASK_APPSTATUS *s); extern void Power_Off_judge();