Added alias for first hardware uart

This commit is contained in:
BlackMark 2019-07-28 17:58:23 +02:00
parent 4a9cee922a
commit 00cb9ad13c

View File

@ -267,6 +267,9 @@ class Uart {
} }
}; };
template <typename cfg = Config<>>
using Uart0 = Uart<Hardware0<Mode::ASYNCHRONOUS, cfg>>;
} // namespace uart } // namespace uart
#undef FORCE_INLINE #undef FORCE_INLINE