diff options
author | Devaev Maxim <[email protected]> | 2020-11-15 16:35:13 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-15 16:35:13 +0300 |
commit | 37d9518bc8212b84781b3fd4867e7450338db074 (patch) | |
tree | 0abde48cb1c460e848b24a8debea8ba611c503ef /hid/patch.py | |
parent | 0955e03cd3f4567f30aea3b371f449f3a7cd5f33 (diff) |
fixed serial port disabling
Diffstat (limited to 'hid/patch.py')
-rw-r--r-- | hid/patch.py | 2 |
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() |