diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-03-30 23:20:24 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-03-30 23:24:00 -0400 |
| commit | df91878d2e0dd8f69a74918b7fe64671f7d4de3e (patch) | |
| tree | 73c6b7d108ccd51a83f0a3c2206386ee1f8d2570 /shared-bindings | |
| parent | 31f5b6a2389c7485fe044cf6e37259f6254c76e9 (diff) | |
WIP: works with just keyboard but not complex report descriptor
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/usb_hid/__init__.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shared-bindings/usb_hid/__init__.h b/shared-bindings/usb_hid/__init__.h index ff478d083..3d56fbfd0 100644 --- a/shared-bindings/usb_hid/__init__.h +++ b/shared-bindings/usb_hid/__init__.h @@ -30,8 +30,6 @@ #include <stdint.h> #include <stdbool.h> -// TODO(tannewt): Make this a mp_obj_tuple_t when it is dynamically allocated. -// until then we hard code it to two entries so LTO is happy. -extern mp_obj_tuple2_t common_hal_usb_hid_devices; +extern mp_obj_tuple_t common_hal_usb_hid_devices; #endif // SHARED_BINDINGS_USB_HID_H |
