* @brief Returns the UI-config USB driver instance. */
| 422 | * @brief Returns the UI-config USB driver instance. |
| 423 | */ |
| 424 | IO::Drivers::USB* IO::ConnectionManager::usb() const noexcept |
| 425 | { |
| 426 | return m_usbUi.get(); |
| 427 | } |
| 428 | |
| 429 | /** |
| 430 | * @brief Returns the UI-config MQTT input driver instance. |
no test coverage detected