Used defaultet constructor for uart
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
|||||||
Submodule uart/uart updated: 00cb9ad13c...6ded0e1c8d
Reference in New Issue
Block a user