1.去掉一些log
This commit is contained in:
parent
3560751dcf
commit
2e274f4f7f
|
@ -255,10 +255,10 @@ UINT32 DrvKey_DetNormalKey(void)
|
||||||
// sf_set_module_update(1);
|
// sf_set_module_update(1);
|
||||||
// }
|
// }
|
||||||
else if((++SendKeyCnt < SendKey_LessCnt) && (!cmdflag)){//shot key
|
else if((++SendKeyCnt < SendKey_LessCnt) && (!cmdflag)){//shot key
|
||||||
printf("[%s:%d] SendKeyCnt:%d KeyTestPressCnt:%d time: %dms\n", __FUNCTION__, __LINE__, SendKeyCnt, KeyTestPressCnt, time);
|
//printf("[%s:%d] SendKeyCnt:%d KeyTestPressCnt:%d time: %dms\n", __FUNCTION__, __LINE__, SendKeyCnt, KeyTestPressCnt, time);
|
||||||
uiKeyCode |= FLGKEY_SHUTTER2;
|
uiKeyCode |= FLGKEY_SHUTTER2;
|
||||||
}else {
|
}else {
|
||||||
printf("[%s:%d] SendKeyCnt:%d KeyTestPressCnt:%d time: %dms\n", __FUNCTION__, __LINE__, SendKeyCnt, KeyTestPressCnt, time);
|
//printf("[%s:%d] SendKeyCnt:%d KeyTestPressCnt:%d time: %dms\n", __FUNCTION__, __LINE__, SendKeyCnt, KeyTestPressCnt, time);
|
||||||
|
|
||||||
SendKeyCnt = 0;
|
SendKeyCnt = 0;
|
||||||
KeyTestPressCnt = 0;
|
KeyTestPressCnt = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user