summaryrefslogtreecommitdiff
path: root/hid/patch.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-11-15 16:35:13 +0300
committerDevaev Maxim <[email protected]>2020-11-15 16:35:13 +0300
commit37d9518bc8212b84781b3fd4867e7450338db074 (patch)
tree0abde48cb1c460e848b24a8debea8ba611c503ef /hid/patch.py
parent0955e03cd3f4567f30aea3b371f449f3a7cd5f33 (diff)
fixed serial port disabling
Diffstat (limited to 'hid/patch.py')
-rw-r--r--hid/patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/patch.py b/hid/patch.py
index 4892d4b2..2e6213b0 100644
--- a/hid/patch.py
+++ b/hid/patch.py
@@ -33,7 +33,7 @@ def _patch(path: str, patch_path: str) -> None:
# =====
-_patch(_get_pkg_path("framework-arduino-avr"), "patches/serial.patch")
+_patch(_get_pkg_path("framework-arduino-avr"), "patches/optional-serial.patch")
_patch(_get_pkg_path("framework-arduino-avr"), "patches/get-plugged-endpoint.patch")
_libs = _get_libs()