Skip to content

Commit 3d66591

Browse files
committed
host: fix typo which broke I2C scanning
1 parent 7abc092 commit 3d66591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/greatfet/interfaces/i2c_bus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def scan(self):
122122
in response for valid/invalid addresses.
123123
"""
124124

125-
responses = self.api.i2c.scan()
125+
responses = self.api.scan()
126126
write_responses = responses[:16]
127127
read_responses = responses[16:]
128128
responses = []

0 commit comments

Comments
 (0)