mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
serial: use common initialization for serial
This commit is contained in:
@@ -119,7 +119,7 @@ func initPins() {
|
||||
}
|
||||
|
||||
func initUART() {
|
||||
machine.Serial.Configure(machine.UARTConfig{})
|
||||
machine.InitSerial()
|
||||
}
|
||||
|
||||
func putchar(c byte) {
|
||||
|
||||
Reference in New Issue
Block a user