check usb endpoint

This commit is contained in:
Devaev Maxim
2020-11-15 12:34:33 +03:00
parent a9c844acb4
commit 0955e03cd3
4 changed files with 36 additions and 0 deletions

View File

@@ -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: