Disable suspend on time screen when using ISR
This commit is contained in:
parent
415aa3a606
commit
879aeb6c3c
@ -222,8 +222,6 @@ void handleScreenTasks(uint screen)
|
||||
vTaskSuspend(blockNotifyTaskHandle);
|
||||
if (getPriceTaskHandle)
|
||||
vTaskSuspend(getPriceTaskHandle);
|
||||
if (minuteTaskHandle)
|
||||
vTaskSuspend(minuteTaskHandle);
|
||||
switch (currentScreen)
|
||||
{
|
||||
case SCREEN_BLOCK_HEIGHT:
|
||||
|
Loading…
Reference in New Issue
Block a user