This commit is contained in:
Wang_Weigen 2022-06-07 17:02:35 +08:00
parent 8c23dc14d6
commit 5ed641a8fe
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static void touchpad_init(void)
if(touch_fd >= 0) {
printf("touch fd = %d\n",touch_fd);
} else {
printf("open %s touch fd = %d\n",PRIV_TOUCH_DEV,touch_fd);
printf("open %s touch fd = %d failed.\n",PRIV_TOUCH_DEV,touch_fd);
}
/*Your code comes here*/