mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
maixbit: init fpioa clock at reset
This commit is contained in:
@@ -100,7 +100,7 @@ func handleInterrupt() {
|
||||
// initPeripherals configures periperhals the way the runtime expects them.
|
||||
func initPeripherals() {
|
||||
|
||||
//machine.FPIOA0.Init()
|
||||
machine.FPIOA0.Init()
|
||||
|
||||
machine.UART0.Configure(machine.UARTConfig{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user