comment debug print of i2c transfer errors.

This commit is contained in:
TXuian
2022-09-01 18:47:05 -07:00
parent 6c6ef02455
commit 587ab693c1
5 changed files with 6 additions and 8 deletions

View File

@@ -230,7 +230,7 @@ static void touchpad_init(void)
{
touch_fd = PrivOpen(PRIV_TOUCH_DEV,O_RDWR);
if(touch_fd >= 0) {
printf("touch fd = %d\n",touch_fd);
// printf("touch fd = %d\n",touch_fd);
} else {
printf("open %s touch fd = %d failed.\n",PRIV_TOUCH_DEV,touch_fd);
}