fix(lv_rtthread.h):fix the variable definition of thread (#4749)

This commit is contained in:
lhdjply
2023-11-03 22:49:35 +08:00
committed by GitHub
parent b95d74bfcb
commit 0bdd54abed
+1 -1
View File
@@ -26,7 +26,7 @@ extern "C" {
* TYPEDEFS
**********************/
typedef struct {
rt_thread thread;
rt_thread_t thread;
} lv_thread_t;
typedef struct {