* @brief Returns the UI-config UART driver instance. */
| 338 | * @brief Returns the UI-config UART driver instance. |
| 339 | */ |
| 340 | IO::Drivers::UART* IO::ConnectionManager::uart() const noexcept |
| 341 | { |
| 342 | return m_uartUi.get(); |
| 343 | } |
| 344 | |
| 345 | /** |
| 346 | * @brief Returns the UI-config Network driver instance. |
no test coverage detected