From 7607282f2a58913619f2a4f7da451188c4e8de6b Mon Sep 17 00:00:00 2001 From: Wang_Weigen Date: Thu, 2 Jun 2022 17:41:59 +0800 Subject: [PATCH] delete usless info --- .../XiZi/board/xidatong/third_party_driver/touch/i2c_touch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Ubiquitous/XiZi/board/xidatong/third_party_driver/touch/i2c_touch.c b/Ubiquitous/XiZi/board/xidatong/third_party_driver/touch/i2c_touch.c index 87627b103..52709a5da 100644 --- a/Ubiquitous/XiZi/board/xidatong/third_party_driver/touch/i2c_touch.c +++ b/Ubiquitous/XiZi/board/xidatong/third_party_driver/touch/i2c_touch.c @@ -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; }