mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
go fmt
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
package machine
|
||||
|
||||
type GPIOConfig struct {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
// +build avr
|
||||
|
||||
package machine
|
||||
@@ -10,7 +9,7 @@ import (
|
||||
type GPIOMode uint8
|
||||
|
||||
const (
|
||||
GPIO_INPUT = iota
|
||||
GPIO_INPUT = iota
|
||||
GPIO_OUTPUT
|
||||
)
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
// +build !avr,!nrf
|
||||
|
||||
package machine
|
||||
@@ -8,7 +7,7 @@ package machine
|
||||
type GPIOMode uint8
|
||||
|
||||
const (
|
||||
GPIO_INPUT = iota
|
||||
GPIO_INPUT = iota
|
||||
GPIO_OUTPUT
|
||||
)
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
// +build nrf
|
||||
|
||||
package machine
|
||||
|
||||
Reference in New Issue
Block a user