Skip to content

Commit b0500d9

Browse files
committed
spi test modified
1 parent b708afe commit b0500d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_spi_library_available():
1212
def test_spi_open():
1313

1414
spi = spidev.SpiDev()
15-
spi.open(0,0) #SPI bus 0, device 0
15+
spi.open(0,1) #SPI bus 0, device 0
1616

1717
spi.max_speed_hz = 500000
1818

0 commit comments

Comments
 (0)