From 37d9518bc8212b84781b3fd4867e7450338db074 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 15 Nov 2020 16:35:13 +0300 Subject: fixed serial port disabling --- hid/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hid/patch.py') 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() -- cgit v1.2.3