summaryrefslogtreecommitdiff
path: root/hid/patch.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-11-03 10:15:54 +0300
committerDevaev Maxim <[email protected]>2020-11-11 22:24:25 +0300
commite07cdd60f393eb17184afe4ea1730f3c5745ea6f (patch)
tree5751136b75af6dc2433c19e17b9e3739cb7a9d33 /hid/patch.py
parenta3707d047fddd5f0c923422468be29ddb345f989 (diff)
spi firmware
Diffstat (limited to 'hid/patch.py')
-rw-r--r--hid/patch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hid/patch.py b/hid/patch.py
index 7b88eeb1..c05ed262 100644
--- a/hid/patch.py
+++ b/hid/patch.py
@@ -27,6 +27,5 @@ def _patch_lib(lib_path: str, patch_path: str) -> None:
# =====
_libs = _get_libs()
-assert "TimerOne" in _libs # Just checking
if "HID-Project" in _libs:
_patch_lib(_libs["HID-Project"], "patches/absmouse.patch")