mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
修改LVGL线程的优先级
This commit is contained in:
@@ -78,7 +78,7 @@ osThreadId_t LvHandlerTaskHandle;
|
||||
const osThreadAttr_t LvHandlerTask_attributes = {
|
||||
.name = "LvHandlerTask",
|
||||
.stack_size = 128 * 24,
|
||||
.priority = (osPriority_t) osPriorityLow,
|
||||
.priority = (osPriority_t) osPriorityLow1,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user