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.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-06-16 10:18:07 +02:00 committed by Xiang Xiao
parent 8ea16655a6
commit 89d6bbbcd6
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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