diff options
| author | hathach <[email protected]> | 2013-10-29 16:29:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-29 16:29:48 +0700 |
| commit | cb0a02f8c9734af86ea86b0571bf1c6026d15dff (patch) | |
| tree | 3283c4b76a9203318367628bed7bc7641bdf65ac /tinyusb/device/usbd_dcd.h | |
| parent | 5ab195a73d58bcf8d104a7b49d2674368c292792 (diff) | |
change device driver init to open (when configured)
fix HID_REQUEST_CONTROL_SET_REPORT handle
Diffstat (limited to 'tinyusb/device/usbd_dcd.h')
| -rw-r--r-- | tinyusb/device/usbd_dcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd_dcd.h b/tinyusb/device/usbd_dcd.h index 367d92384..c58d852f2 100644 --- a/tinyusb/device/usbd_dcd.h +++ b/tinyusb/device/usbd_dcd.h @@ -68,7 +68,7 @@ extern usbd_device_info_t usbd_devices[CONTROLLER_DEVICE_NUMBER]; //--------------------------------------------------------------------+ // callback from DCD ISR //--------------------------------------------------------------------+ -void usbd_isr(uint8_t coreid, tusb_event_t event); +void usbd_xfer_isr(endpoint_handle_t pipe_hdl, tusb_event_t event, uint32_t xferred_bytes); #ifdef __cplusplus } |
