| 207 | } |
| 208 | |
| 209 | void openhd::LEDManager::blink_error() { |
| 210 | blink_leds_alternating(std::chrono::milliseconds(50), m_running); |
| 211 | } |
| 212 | |
| 213 | void openhd::LEDManager::set_status_okay() { |
| 214 | if (m_is_loading) { |
nothing calls this directly
no test coverage detected