Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Fix spelling error in print text when ADNS SROM is not running
  • Loading branch information
db-ok authored and xs5871 committed Sep 28, 2023
1 parent cc286db commit cbeccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmk/modules/adns9800.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def during_bootup(self, keyboard):
if self.adns_read(REG.Observation) & 0x20:
print('ADNS: Sensor is running SROM')
else:
print('ADNS: Error! Sensor is not runnin SROM!')
print('ADNS: Error! Sensor is not running SROM!')

return

Expand Down

0 comments on commit cbeccc8

Please sign in to comment.