diff --git a/uart/main.cpp b/uart/main.cpp index b23249c..12cb2e3 100644 --- a/uart/main.cpp +++ b/uart/main.cpp @@ -14,8 +14,10 @@ void newUartUsage() { using namespace uart; Uart0<> serial; + Uart1<> serial1; serial << "Hello World from RAM. " << F("Hello World from flash\r\n"); + serial1 << "Hello World from RAM. " << F("Hello World from flash\r\n"); _delay_ms(1000); } diff --git a/uart/uart b/uart/uart index 099be10..f0a3cd6 160000 --- a/uart/uart +++ b/uart/uart @@ -1 +1 @@ -Subproject commit 099be106a74689beddab26a630ab423d83200f41 +Subproject commit f0a3cd6da8d6e7152064be2f1145cabba56c6e32