forked from xuos/xiuos
				
			add printf point.x and point.y in test case
This commit is contained in:
		
							parent
							
								
									490d372b47
								
							
						
					
					
						commit
						a04a4288a7
					
				| 
						 | 
					@ -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