Skip to content

Commit 064947c

Browse files
author
Kong Wai Weng
committed
Reformatted.
1 parent e60e259 commit 064947c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ def __init__(
213213
"""
214214
self._debug = debug
215215
self._chip_type = None
216-
self._device = SPIDevice(spi_bus, cs, baudrate=spi_baudrate, polarity=0, phase=0)
216+
self._device = SPIDevice(
217+
spi_bus, cs, baudrate=spi_baudrate, polarity=0, phase=0
218+
)
217219
# init c.s.
218220
self._cs = cs
219221

0 commit comments

Comments
 (0)