diff --git a/src/adafruit_blinka/microcontroller/sama5/pin.py b/src/adafruit_blinka/microcontroller/sama5/pin.py index 5b496692..28379ace 100644 --- a/src/adafruit_blinka/microcontroller/sama5/pin.py +++ b/src/adafruit_blinka/microcontroller/sama5/pin.py @@ -27,7 +27,7 @@ PD31 = Pin(127) PB0 = Pin(32) PWM1 = PB0 -PB7 = Pin(38) +PB7 = Pin(39) PWM3 = PB7 PB1 = Pin(33) PWML1 = PB1