Skip to content

Commit

Permalink
host: fix typo which broke I2C scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Qyriad committed Jan 21, 2020
1 parent 7abc092 commit 3d66591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/greatfet/interfaces/i2c_bus.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def scan(self):
in response for valid/invalid addresses.
"""

responses = self.api.i2c.scan()
responses = self.api.scan()
write_responses = responses[:16]
read_responses = responses[16:]
responses = []
Expand Down

0 comments on commit 3d66591

Please sign in to comment.