maixbit: init fpioa clock at reset

This commit is contained in:
Yannis Huber
2020-06-18 15:26:38 +02:00
committed by Ron Evans
parent e1ceca1931
commit 804dc8b1f9
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -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{})
}