summaryrefslogtreecommitdiff
path: root/util/pinmap/pm/pins.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/pinmap/pm/pins.go')
-rw-r--r--util/pinmap/pm/pins.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/pinmap/pm/pins.go b/util/pinmap/pm/pins.go
index ea9282ab5d..cb749eb166 100644
--- a/util/pinmap/pm/pins.go
+++ b/util/pinmap/pm/pins.go
@@ -7,8 +7,6 @@ package pm
// Pin types enum constants
const (
ADC = iota
- PWM
- PWM_INVERT
I2C
Input
InputL
@@ -34,5 +32,4 @@ type Pins struct {
Adc []*Pin // Analogue to digital converters
I2c []*Pin // I2C busses
Gpio []*Pin // GPIO pins
- Pwm []*Pin // Pwm pins
}