Used defaultet constructor for uart

This commit is contained in:
2019-07-28 19:20:36 +02:00
parent 011776a709
commit 59a83a304b
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
void newUartUsage() void newUartUsage()
{ {
using namespace uart; using namespace uart;
Uart0<Config<9600>> serial; Uart0<> serial;
serial << "Hello World from RAM. " << F("Hello World from flash\r\n"); serial << "Hello World from RAM. " << F("Hello World from flash\r\n");