Skip to content

Commit

Permalink
Ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Feb 23, 2023
1 parent 2f95cc3 commit 2fd99b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/adafruit_blinka/microcontroller/amlogic/s905x/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@
(1, I2C1_SCK, I2C1_SDA),
)

spiPorts = (
(0, SPI0_SCLK, SPI0_MOSI, SPI0_MISO),
(1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO)
)
spiPorts = ((0, SPI0_SCLK, SPI0_MOSI, SPI0_MISO), (1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO))

uartPorts = (
(1, UART1_TX, UART1_RX),
Expand Down

0 comments on commit 2fd99b6

Please sign in to comment.