diff options
| author | hathach <[email protected]> | 2019-07-19 16:23:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-19 16:23:56 +0700 |
| commit | b0678e1050a8f64116194c2a75d5e8c3fbf03be6 (patch) | |
| tree | a011f417b03d81bdbb77cf0863298a227012c4f0 /examples/device/hid_generic_inout | |
| parent | 83f7aacbb1f3335b968da02c1e3b554bb9f35c86 (diff) | |
rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR
Diffstat (limited to 'examples/device/hid_generic_inout')
| -rw-r--r-- | examples/device/hid_generic_inout/src/tusb_config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/device/hid_generic_inout/src/tusb_config.h b/examples/device/hid_generic_inout/src/tusb_config.h index d97cd533e..c55529fcb 100644 --- a/examples/device/hid_generic_inout/src/tusb_config.h +++ b/examples/device/hid_generic_inout/src/tusb_config.h @@ -69,17 +69,17 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- -#define CFG_TUD_ENDOINT0_SIZE 64 +#define CFG_TUD_ENDOINT0_SIZE 64 //------------- CLASS -------------// -#define CFG_TUD_CDC 0 -#define CFG_TUD_MSC 0 -#define CFG_TUD_HID 1 -#define CFG_TUD_MIDI 0 -#define CFG_TUD_CUSTOM_CLASS 0 +#define CFG_TUD_CDC 0 +#define CFG_TUD_MSC 0 +#define CFG_TUD_HID 1 +#define CFG_TUD_MIDI 0 +#define CFG_TUD_VENDOR 0 // HID buffer size Should be sufficient to hold ID (if any) + Data -#define CFG_TUD_HID_BUFSIZE 64 +#define CFG_TUD_HID_BUFSIZE 64 #ifdef __cplusplus } |
