summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd_dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-15 12:30:22 +0700
committerhathach <[email protected]>2013-11-15 12:30:22 +0700
commitfc68439b746a466aa3d0bf197ee3f70cfa079f24 (patch)
treea363bb0fe3dce8b250287845c7e640b3e8f5f65a /tinyusb/device/usbd_dcd.h
parentba49d26e19bc8dc2f90dff94eb3788a8074362e2 (diff)
add usbd_task to handle event task eg setup received
Diffstat (limited to 'tinyusb/device/usbd_dcd.h')
-rw-r--r--tinyusb/device/usbd_dcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/device/usbd_dcd.h b/tinyusb/device/usbd_dcd.h
index e2a8ad24a..4a466a112 100644
--- a/tinyusb/device/usbd_dcd.h
+++ b/tinyusb/device/usbd_dcd.h
@@ -61,6 +61,7 @@
typedef struct {
volatile uint8_t state;
+ tusb_control_request_t control_request;
uint8_t interface2class[USBD_MAX_INTERFACE]; // determine interface number belongs to which class
}usbd_device_info_t;