summaryrefslogtreecommitdiff
path: root/hid/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'hid/patch.py')
-rw-r--r--hid/patch.py2
1 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")