Actually bring up to date with master

This commit is contained in:
Kyle Brown
2020-10-21 12:19:42 -07:00
parent 2c4e866024
commit 3fd9a92ce4
5 changed files with 43 additions and 56 deletions

View File

@@ -221,3 +221,7 @@ class USBHID(AbstractHID):
return self.devices[reporting_device_const].send_report(
evt[1 : HID_REPORT_SIZES[reporting_device_const] + 1]
)
class BLEHID(AbstractHID):
pass