delete useless printf in connect_touch.c

This commit is contained in:
Liu_Weichao
2023-03-16 10:17:21 +08:00
parent 1776223332
commit 4db0c44434
2 changed files with 2 additions and 2 deletions
@@ -205,7 +205,7 @@ static int32_t GtpGetInfo(void)
// not used in polling mode
static void GT9xx_PEN_IRQHandler(void* arg)
{
KPrintf("int hdr working.\n");
//KPrintf("int hdr working.\n");
if (!SemReleaseFlag)
{
KSemaphoreAbandon(touch_sem);