mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 05:51:45 +08:00
fix(lv_rtthread.h):fix the variable definition of thread (#4749)
This commit is contained in:
@@ -26,7 +26,7 @@ extern "C" {
|
||||
* TYPEDEFS
|
||||
**********************/
|
||||
typedef struct {
|
||||
rt_thread thread;
|
||||
rt_thread_t thread;
|
||||
} lv_thread_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user