Skip to content

Commit

Permalink
Monitors/Boot: Fix for CPU usage too high on geode systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
luis109 committed Oct 4, 2024
1 parent 3d88ce1 commit 2ae274d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Monitors/Boot/Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ namespace Monitors
setEntityState(IMC::EntityState::ESTA_NORMAL, "active - messages sent");
m_msg_sent = true;
}

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

0 comments on commit 2ae274d

Please sign in to comment.