| 156 | } |
| 157 | |
| 158 | void openhd::LEDManager::set_primary_led_status(int status) { |
| 159 | const bool on = status != STATUS_ON; |
| 160 | toggle_primary_led(on); |
| 161 | } |
| 162 | |
| 163 | openhd::LEDManager::LEDManager() |
| 164 | : m_loading_thread(nullptr), |
nothing calls this directly
no test coverage detected