uart: use machine.Serial as the default output

This commit is contained in:
sago35
2021-05-14 19:13:43 +09:00
committed by Ron Evans
parent ce03bebc34
commit aa17ffd1cb
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ var (
tx = machine.PA22
rx = machine.PA23
console = machine.UART0
console = machine.Serial
adaptor *espat.Device
)