diff options
| author | hathach <[email protected]> | 2019-04-18 11:52:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-04-18 11:52:23 +0700 |
| commit | 1ffcadd3732a9425cb0df67719e12e7c54f05f06 (patch) | |
| tree | 240946c3944549fd87c2a21c3228f488cb942828 /src/device | |
| parent | cc2fce31e5c2ba92f1a9f7874096e0e6e3db14cb (diff) | |
hid update
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd_auto_desc.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/device/usbd_auto_desc.c b/src/device/usbd_auto_desc.c index 6b4bbced5..ad90f7d70 100644 --- a/src/device/usbd_auto_desc.c +++ b/src/device/usbd_auto_desc.c @@ -561,27 +561,7 @@ tud_desc_set_t const _usbd_auto_desc_set = { .device = NULL, // no auto device .config = &_desc_auto_config_struct, - .hid_report = _desc_auto_hid_boot_kbd_report - -#if 0 - .hid_report = - { -#if AUTO_DESC_HID_GENERIC - .generic = _desc_auto_hid_generic_report, -#else - .generic = NULL, -#endif - -#if CFG_TUD_HID_KEYBOARD && CFG_TUD_HID_KEYBOARD_BOOT - .boot_keyboard = _desc_auto_hid_boot_kbd_report, -#endif - -#if CFG_TUD_HID_MOUSE && CFG_TUD_HID_MOUSE_BOOT - .boot_mouse = _desc_auto_hid_boot_mse_report -#endif - } -#endif }; #endif |
