From 71f8bdb7c63acc381d71105bb950411029f4250f Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Mon, 03 Jun 2024 20:00:58 +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