diff --git a/uart.hpp b/uart.hpp index 3029dc1..d4ec466 100644 --- a/uart.hpp +++ b/uart.hpp @@ -267,6 +267,9 @@ class Uart { } }; +template > +using Uart0 = Uart>; + } // namespace uart #undef FORCE_INLINE