Thread and Timer converted to class (#81)
This commit is contained in:
committed by
GitHub
parent
85e26636a3
commit
854fefa1a1
@@ -21,7 +21,7 @@ int main() {
|
||||
"main",
|
||||
8192,
|
||||
nullptr,
|
||||
tt::ThreadPriorityNormal,
|
||||
tt::Thread::PriorityNormal,
|
||||
nullptr
|
||||
);
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ void lvgl_task_start() {
|
||||
"lvgl",
|
||||
8192,
|
||||
NULL,
|
||||
tt::ThreadPriorityHigh, // Should be higher than main app task
|
||||
tt::Thread::PriorityHigh, // Should be higher than main app task
|
||||
NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user