diff options
author | Devaev Maxim <[email protected]> | 2021-07-16 19:35:54 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-16 19:35:54 +0300 |
commit | a06c2004f3178ae0c27ada50c7ede617c45d0ab5 (patch) | |
tree | c6043ef644e76d0c00134299204e169dee225fc6 /hid/patch.py | |
parent | d524b2b34677ed98ad3414f11362f85f3a60b603 (diff) |
new cdc patch
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 363a837b..c5b091c4 100644 --- a/hid/patch.py +++ b/hid/patch.py @@ -34,7 +34,7 @@ def _patch(path: str, patch_path: str) -> None: # ===== _patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-no-main.patch") -_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-optional-usb-serial.patch") +_patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-optional-cdc.patch") _patch(_get_pkg_path("framework-arduino-avr"), "patches/arduino-get-plugged-endpoint.patch") _libs = _get_libs() |