diff options
author | Devaev Maxim <[email protected]> | 2020-11-15 12:34:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-15 12:34:33 +0300 |
commit | 0955e03cd3f4567f30aea3b371f449f3a7cd5f33 (patch) | |
tree | f6c4d8510c9699128f8f1426b217f42faaaeaeca /hid/patch.py | |
parent | a9c844acb467089112f64f01923b9618277f8616 (diff) |
check usb endpoint
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: |