summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-15 10:27:20 +0300
committerMaxim Devaev <[email protected]>2022-07-15 10:27:20 +0300
commit95e9b7dd757d2f8d1a86cd72f3d69645314a1610 (patch)
treeee23b14d5df784bbc436b927df745c6c61e615d3 /hid
parent48f479286170f3cf79304d9b89dd166dec5af834 (diff)
renamed patch
Diffstat (limited to 'hid')
-rw-r--r--hid/patch.py2
-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