mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +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
|
* TYPEDEFS
|
||||||
**********************/
|
**********************/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
rt_thread thread;
|
rt_thread_t thread;
|
||||||
} lv_thread_t;
|
} lv_thread_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user