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 /py | |
| parent | 31f5b6a2389c7485fe044cf6e37259f6254c76e9 (diff) | |
WIP: works with just keyboard but not complex report descriptor
Diffstat (limited to 'py')
| -rw-r--r-- | py/objtuple.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/py/objtuple.h b/py/objtuple.h index bcf0c9ed4..7f20ab7b6 100644 --- a/py/objtuple.h +++ b/py/objtuple.h @@ -34,13 +34,6 @@ typedef struct _mp_obj_tuple_t { mp_obj_t items[]; } mp_obj_tuple_t; -// TODO(tannewt): Remove this when we no longer hard code the usb hid tuple. -typedef struct _mp_obj_tuple2_t { - mp_obj_base_t base; - size_t len; - mp_obj_t items[2]; -} mp_obj_tuple2_t; - typedef struct _mp_rom_obj_tuple_t { mp_obj_base_t base; size_t len; |
