From a1810b89e66f184c62a0588ae7d57c91d0c376e8 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Thu, 30 May 2024 20:06:09 +0800 Subject: [PATCH] 继续测试修改 --- Function/LCD/lcd.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Function/LCD/lcd.h b/Function/LCD/lcd.h index 8543847..4f351c2 100644 --- a/Function/LCD/lcd.h +++ b/Function/LCD/lcd.h @@ -95,7 +95,8 @@ extern SYS_DISPLAY_PAPA_T sys_display_para_g; -extern uint8_t lcd_wake_up_flag_g; +extern FlagStatus lcd_wake_up_flag_g; +extern FlagStatus lcd_first_wake_up_flag_g; void Lcd_DeInit(void); -- Gitblit v1.9.3