From 00cb9ad13c9f66b3be99689e181cf650cffcd1e9 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sun, 28 Jul 2019 17:58:23 +0200 Subject: [PATCH] Added alias for first hardware uart --- uart.hpp | 3 +++ 1 file changed, 3 insertions(+) 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