取消删除static修饰
This commit is contained in:
parent
5345f7e294
commit
32a960be04
@ -589,8 +589,8 @@ static PanelPress_LevelType TouchPanel_PressCheck(void)
|
||||
// static uint16 ForceMcount = 0;
|
||||
// static uint16 ForceLcount = 0;
|
||||
|
||||
uint16 tempForcePress = 0xffff;
|
||||
uint16 tempForceRelease = 0xffff;
|
||||
static uint16 tempForcePress = 0xffff;
|
||||
static uint16 tempForceRelease = 0xffff;
|
||||
|
||||
uint16 RawData = 0;
|
||||
uint16 temp_RawData = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user