Skip to content

Commit

Permalink
Monitors/Boot: fix for the task not processing any message after task…
Browse files Browse the repository at this point in the history
… start.
  • Loading branch information
pmfg authored and paulosousadias committed Nov 20, 2024
1 parent b0476a6 commit 9f14307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monitors/Boot/Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ namespace Monitors
m_msg_sent = true;
}

Delay::wait(1.0);
waitForMessages(1.0);
}
}
};
Expand Down

0 comments on commit 9f14307

Please sign in to comment.