diff --git a/software/Power_Pico/User/Tasks/Src/user_TasksInit.c b/software/Power_Pico/User/Tasks/Src/user_TasksInit.c index 278146d..4cbcf38 100644 --- a/software/Power_Pico/User/Tasks/Src/user_TasksInit.c +++ b/software/Power_Pico/User/Tasks/Src/user_TasksInit.c @@ -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, };