Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ant9000 committed Feb 29, 2024
1 parent ee28509 commit 8a2301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpsd-i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def readGPS():

try:
while True:
c = BUS.read_byte( ADDRESS )
c = BUS.read_byte( I2C_ADDRESS )
if c == 255:
return False

Expand Down

0 comments on commit 8a2301b

Please sign in to comment.