This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
uart::get<N>
should return result<uart>
#103
Labels
💳 technical debt
Shortcuts taken before that must be fixed later
Currently the constructor for
uart::get<N>
performs the configuration task, which can fail. Because we cannot throw, we have to ignore the result. This work should be done in theget
factory function.The text was updated successfully, but these errors were encountered: