取消删除static修饰

This commit is contained in:
sunbeam 2024-12-02 16:50:15 +08:00
parent 5345f7e294
commit 32a960be04

View File

@ -589,8 +589,8 @@ static PanelPress_LevelType TouchPanel_PressCheck(void)
// static uint16 ForceMcount = 0; // static uint16 ForceMcount = 0;
// static uint16 ForceLcount = 0; // static uint16 ForceLcount = 0;
uint16 tempForcePress = 0xffff; static uint16 tempForcePress = 0xffff;
uint16 tempForceRelease = 0xffff; static uint16 tempForceRelease = 0xffff;
uint16 RawData = 0; uint16 RawData = 0;
uint16 temp_RawData = 0; uint16 temp_RawData = 0;