diff options
Diffstat (limited to 'hid')
-rw-r--r-- | hid/patch.py | 2 | ||||
-rw-r--r-- | hid/patches/arduino-main-no-usb.patch (renamed from hid/patches/arduino-no-main.patch) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hid/patch.py b/hid/patch.py index 0d080b49..3bc73de0 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-main-no-usb.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") diff --git a/hid/patches/arduino-no-main.patch b/hid/patches/arduino-main-no-usb.patch index ab10c9a8..ab10c9a8 100644 --- a/hid/patches/arduino-no-main.patch +++ b/hid/patches/arduino-main-no-usb.patch |