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