diff options
| author | Marcelo Bezerra <[email protected]> | 2021-06-08 09:24:50 +0200 |
|---|---|---|
| committer | Marcelo Bezerra <[email protected]> | 2021-06-08 09:24:50 +0200 |
| commit | 05d30b0c3766832329bb4e414f91e72be62d3c45 (patch) | |
| tree | 9ec81209ac73f010a780845fc27f9783dc94b5c7 /examples | |
| parent | 89a53457d4859c794ca5d42ae720b3d777089068 (diff) | |
Pull request changes
Remove configuration options and just bump number of buttons to 32
Fix button numbereing and comments in
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/hid_composite/src/tusb_config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/device/hid_composite/src/tusb_config.h b/examples/device/hid_composite/src/tusb_config.h index bc9192d13..3e608ed37 100644 --- a/examples/device/hid_composite/src/tusb_config.h +++ b/examples/device/hid_composite/src/tusb_config.h @@ -104,10 +104,6 @@ // HID buffer size Should be sufficient to hold ID (if any) + Data #define CFG_TUD_HID_EP_BUFSIZE 16 -// Number of button on the gamepad 16 or 32 -#define CFG_TUD_MAX_BUTTONS 16 - - #ifdef __cplusplus } #endif |
