Skip to content

Commit

Permalink
touch: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 28, 2024
1 parent a0df519 commit 94c4797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/py_frozen/touch.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def poll(self):
return None

if not self._touch_int.value() or self.state or self.state2:
self.handle_touch(self._touch_int)
self._handle_touch(self._touch_int)

def _read_touch(self, data):
e = data[0] >> 6
Expand Down

0 comments on commit 94c4797

Please sign in to comment.