Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Dec 20, 2022
1 parent 0ca481e commit d9a9759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __init__(

# attempt to initialize the module
self._ch_base_msb = 0
if self._w5100_init() != 1:
if self._w5xxx_init() != 1:
raise RuntimeError("Failed to initialize WIZnet module.")
# Set MAC address
self.mac_address = mac
Expand Down

0 comments on commit d9a9759

Please sign in to comment.