delete usless info

This commit is contained in:
Wang_Weigen 2022-06-02 17:41:59 +08:00
parent d57d8e0a4d
commit 7607282f2a
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ void GT9xx_PEN_IRQHandler(int irqn, void *arg)
g_TouchPadInputSignal = true;
if(!SemReleaseFlag)
{
KPrintf("touch irq in release sem\n");
KSemaphoreAbandon(touch_sem);
SemReleaseFlag = true;
}