1 /*
2  * Copyright (c) 2006-2021, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2022-11-20     Meco Man     The first version
9  */
10 
11 #ifdef __RTTHREAD__
12 
13 #include "../../../../../lvgl.h" /* back to the root folder's lvgl.h */
14 
15 #endif /* __RTTHREAD__ */
16