mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
serial: use common initialization for serial
This commit is contained in:
@@ -76,7 +76,7 @@ func machineInit()
|
||||
func init() {
|
||||
machineInit()
|
||||
|
||||
machine.Serial.Configure(machine.UARTConfig{})
|
||||
machine.InitSerial()
|
||||
}
|
||||
|
||||
//export Reset_Handler
|
||||
|
||||
Reference in New Issue
Block a user