From 5ed641a8fe01d8c4af21eefe97aa7c84f059e59f Mon Sep 17 00:00:00 2001 From: Wang_Weigen Date: Tue, 7 Jun 2022 17:02:35 +0800 Subject: [PATCH] add note --- .../lib/lvgl/examples/porting/lv_port_indev_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP_Framework/lib/lvgl/examples/porting/lv_port_indev_template.c b/APP_Framework/lib/lvgl/examples/porting/lv_port_indev_template.c index 77cb97f2b..fa75751d2 100644 --- a/APP_Framework/lib/lvgl/examples/porting/lv_port_indev_template.c +++ b/APP_Framework/lib/lvgl/examples/porting/lv_port_indev_template.c @@ -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*/