no message

This commit is contained in:
godcreator 2024-01-29 21:19:23 +08:00
parent dcde26a2f3
commit c47cf78c90
1 changed files with 3 additions and 4 deletions

View File

@ -10,15 +10,14 @@
*/
static Event selectEvent(KeyFSMData *data){ // 必须重新实现
if(data->countDelay == 10){
return HoldCount4;
}
if(data->countDelay == 5){
else if(data->countDelay == 5){
return DelayCount3;
}
if(data->in == Up){
else if(data->in == Up){
return PhsicalUp;
}
else{