From 89d6bbbcd6d22bb8d84b954d33c78f76239bd21f Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 16 Jun 2021 10:18:07 +0200 Subject: [PATCH] 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 --- 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 5256b6630..b75c2bf0d 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 42dea4d45..f5bed04f2 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 c30764264..d0757d4db 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 8669498ec..30e48734b 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