fix(rt-thread): fix the ci error (#2691)

This commit is contained in:
Jianting (Meco) Man
2021-10-18 09:58:02 -05:00
committed by GitHub
parent 2efa6dce78
commit 5d8ab8d5af

View File

@@ -8,6 +8,8 @@
* 2021-10-18 Meco Man The first version
*/
#ifdef __RTTHREAD__
#include <rtthread.h>
#include <lvgl.h>
#define DBG_TAG "LVGL"
@@ -30,3 +32,5 @@ static int lv_port_init(void)
return 0;
}
INIT_COMPONENT_EXPORT(lv_port_init);
#endif /*__RTTHREAD__*/