Skip to content

Commit 0202aa0

Browse files
committed
fixes keypad driver
1 parent c7677ce commit 0202aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api_drivers/py_api_drivers/frozen/indev/keypad_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def _read(self, drv, data): # NOQA
5858

5959
data.key = self._last_key
6060
data.state = self._current_state
61+
return
6162

6263
state, key = key
6364
self._last_key = key

0 commit comments

Comments
 (0)