From e4424eb6b50d0300583c422dfb71d58e040f4b9e Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Tue, 11 Jun 2024 19:54:37 +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