forked from xuos/xiuos
				
			Merge pull request 'merge code' (#3) from develop into prepare_for_master
This commit is contained in:
		
						commit
						4cbb9d5f09
					
				| 
						 | 
					@ -403,7 +403,7 @@ void GT911_test(void)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if(GT911_Scan(&point))
 | 
					        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);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue