diff options
Diffstat (limited to 'hid/patch.py')
-rw-r--r-- | hid/patch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/patch.py b/hid/patch.py index 58462bc1..4892d4b2 100644 --- a/hid/patch.py +++ b/hid/patch.py @@ -34,6 +34,7 @@ def _patch(path: str, patch_path: str) -> None: # ===== _patch(_get_pkg_path("framework-arduino-avr"), "patches/serial.patch") +_patch(_get_pkg_path("framework-arduino-avr"), "patches/get-plugged-endpoint.patch") _libs = _get_libs() if "HID-Project" in _libs: |