This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 89d6bbbcd6d22bb8d84b954d33c78f76239bd21f
Author: Alin Jerpelea <alin.jerpe...@sony.com>
AuthorDate: Wed Jun 16 10:18:07 2021 +0200

    graphics: fix relative path CI error
    
    error: Path relative to repository other than nuttx must begin with the 
root directory
    Signed-off-by: Alin Jerpelea <alin.jerpe...@sony.com>
---
 graphics/lvgl/lv_fs_interface.c   | 2 +-
 graphics/lvgl/lv_fs_interface.h   | 2 +-
 graphics/lvgl/lv_tick_interface.c | 2 +-
 graphics/lvgl/lv_tick_interface.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/graphics/lvgl/lv_fs_interface.c b/graphics/lvgl/lv_fs_interface.c
index 5256b66..b75c2bf 100644
--- a/graphics/lvgl/lv_fs_interface.c
+++ b/graphics/lvgl/lv_fs_interface.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * graphics/lvgl/lv_fs_interface.c
+ * apps/graphics/lvgl/lv_fs_interface.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/graphics/lvgl/lv_fs_interface.h b/graphics/lvgl/lv_fs_interface.h
index 42dea4d..f5bed04 100644
--- a/graphics/lvgl/lv_fs_interface.h
+++ b/graphics/lvgl/lv_fs_interface.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- * graphics/lvgl/lv_fs_interface.h
+ * apps/graphics/lvgl/lv_fs_interface.h
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/graphics/lvgl/lv_tick_interface.c 
b/graphics/lvgl/lv_tick_interface.c
index c307642..d0757d4 100644
--- a/graphics/lvgl/lv_tick_interface.c
+++ b/graphics/lvgl/lv_tick_interface.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * graphics/lvgl/lv_tick_interface.c
+ * apps/graphics/lvgl/lv_tick_interface.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/graphics/lvgl/lv_tick_interface.h 
b/graphics/lvgl/lv_tick_interface.h
index 8669498..30e4873 100644
--- a/graphics/lvgl/lv_tick_interface.h
+++ b/graphics/lvgl/lv_tick_interface.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- * graphics/lvgl/lv_tick_interface.h
+ * apps/graphics/lvgl/lv_tick_interface.h
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with

Reply via email to