Used defaultet constructor for uart
This commit is contained in:
parent
011776a709
commit
59a83a304b
@ -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");
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 00cb9ad13c9f66b3be99689e181cf650cffcd1e9
|
Subproject commit 6ded0e1c8dc9596e86512d269ace36c5bc5a7a5e
|
Loading…
Reference in New Issue
Block a user