Merge pull request 'merge code' (#3) from develop into prepare_for_master

This commit is contained in:
wgzAIIT 2022-10-25 18:24:11 +08:00
commit 4cbb9d5f09
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);
}
}
}