Used defaultet constructor for uart

This commit is contained in:
BlackMark 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()
{
using namespace uart;
Uart0<Config<9600>> serial;
Uart0<> serial;
serial << "Hello World from RAM. " << F("Hello World from flash\r\n");

@ -1 +1 @@
Subproject commit 00cb9ad13c9f66b3be99689e181cf650cffcd1e9
Subproject commit 6ded0e1c8dc9596e86512d269ace36c5bc5a7a5e