add printf point.x and point.y in test case

This commit is contained in:
wgzAIIT 2022-10-25 18:21:32 +08:00
parent 490d372b47
commit a04a4288a7
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ void GT911_test(void)
{
if(GT911_Scan(&point))
{
printf("Now touch point:(%d,%d)\n",point.X,point.X);
printf("Now touch point:(%d,%d)\n",point.X,point.Y);
}
}
}