diff options
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() |