Skip to content

Commit d9a9759

Browse files
committed
fix changes
1 parent 0ca481e commit d9a9759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def __init__(
187187

188188
# attempt to initialize the module
189189
self._ch_base_msb = 0
190-
if self._w5100_init() != 1:
190+
if self._w5xxx_init() != 1:
191191
raise RuntimeError("Failed to initialize WIZnet module.")
192192
# Set MAC address
193193
self.mac_address = mac

0 commit comments

Comments
 (0)