From 59a83a304ba5ae983c9e3a230e26f6fbf0570017 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sun, 28 Jul 2019 19:20:36 +0200 Subject: [PATCH] Used defaultet constructor for uart --- uart/main.cpp | 2 +- uart/uart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uart/main.cpp b/uart/main.cpp index 8855902..5711b5d 100644 --- a/uart/main.cpp +++ b/uart/main.cpp @@ -12,7 +12,7 @@ void newUartUsage() { using namespace uart; - Uart0> serial; + Uart0<> serial; serial << "Hello World from RAM. " << F("Hello World from flash\r\n"); diff --git a/uart/uart b/uart/uart index 00cb9ad..6ded0e1 160000 --- a/uart/uart +++ b/uart/uart @@ -1 +1 @@ -Subproject commit 00cb9ad13c9f66b3be99689e181cf650cffcd1e9 +Subproject commit 6ded0e1c8dc9596e86512d269ace36c5bc5a7a5e