Skip to content

Commit b8d95d4

Browse files
authored
Fix travis complaint.
1 parent 8c8b587 commit b8d95d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_seesaw/robohat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
_MM1_D6 = const(28) # (POWER_ENABLE)
4141
_MM1_D7 = const(2) # (BATTERY)
4242
_MM1_D8 = const(20) # (NEOPIXEL)
43-
_MM1_D9 = const(43) # PWM (SPI_SCK)
43+
_MM1_D9 = const(43) # PWM (SPI_SCK)
4444
_MM1_D10 = const(41) # PWM (SPI_SS)
4545
_MM1_D11 = const(42) # PWM (SPI_MOSI)
4646
_MM1_D12 = const(40) # PWM (SPI_MISO)

0 commit comments

Comments
 (0)