forked from xuos/xiuos
delete usless info
This commit is contained in:
parent
d57d8e0a4d
commit
7607282f2a
|
@ -304,7 +304,6 @@ void GT9xx_PEN_IRQHandler(int irqn, void *arg)
|
||||||
g_TouchPadInputSignal = true;
|
g_TouchPadInputSignal = true;
|
||||||
if(!SemReleaseFlag)
|
if(!SemReleaseFlag)
|
||||||
{
|
{
|
||||||
KPrintf("touch irq in release sem\n");
|
|
||||||
KSemaphoreAbandon(touch_sem);
|
KSemaphoreAbandon(touch_sem);
|
||||||
SemReleaseFlag = true;
|
SemReleaseFlag = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue