| 199 | } |
| 200 | |
| 201 | void openhd::LEDManager::blink_okay() { |
| 202 | blink_leds_fast(std::chrono::milliseconds(50)); |
| 203 | } |
| 204 | |
| 205 | void openhd::LEDManager::blink_loading() { |
| 206 | blink_leds_slow(std::chrono::milliseconds(200)); |
nothing calls this directly
no test coverage detected