diff options
| author | hathach <[email protected]> | 2013-10-30 12:20:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-30 12:20:00 +0700 |
| commit | d67a7b7959342e93c6ae63d5dac5149dec76d0e6 (patch) | |
| tree | 2c98b03f52b1b0654d758201958f3af30fa3c84f /tinyusb/device/usbd.c | |
| parent | d9ce879df84f6098e431736a297d4239d6f8eb2a (diff) | |
fix dcd_data declared with TUSB_CFG_ATTR_USBRAM
fix lpc43xx UM: non-control unused endpoint type should be set to different than control in ENDPTCTRL
add hid mouse device
fix mouse descriptor with vertical wheel support
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index bf202f6d8..521e1f6b4 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -146,6 +146,7 @@ tusb_error_t usbh_set_configure_received(uint8_t coreid, uint8_t config_number) } #endif + return TUSB_ERROR_NONE; } void usbd_setup_received_isr(uint8_t coreid, tusb_control_request_t * p_request) |
