Disable suspend on time screen when using ISR

This commit is contained in:
Djuri Baars 2023-11-06 18:39:44 +01:00
parent 415aa3a606
commit 879aeb6c3c

View File

@ -222,8 +222,6 @@ void handleScreenTasks(uint screen)
vTaskSuspend(blockNotifyTaskHandle);
if (getPriceTaskHandle)
vTaskSuspend(getPriceTaskHandle);
if (minuteTaskHandle)
vTaskSuspend(minuteTaskHandle);
switch (currentScreen)
{
case SCREEN_BLOCK_HEIGHT: