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
@@ -20,7 +20,7 @@ var (
input [consoleBufLen]byte
store [storageBufLen]byte
console = machine.UART0
console = machine.Serial
dev *flash.Device