summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-05 21:24:15 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:31:47 +0200
commit7c4ae8d7aa72e2e32cf456007d52ef11545b7f62 (patch)
tree0baef7d8016a8ca5c571430b8d70b5e3be3c3e0e /include
parentd4c74c55c3af5384bae94f27b213ddd0fcbd4c5d (diff)
downloadsecure-hid-7c4ae8d7aa72e2e32cf456007d52ef11545b7f62.tar.gz
secure-hid-7c4ae8d7aa72e2e32cf456007d52ef11545b7f62.tar.bz2
secure-hid-7c4ae8d7aa72e2e32cf456007d52ef11545b7f62.zip
core: use new control wrapper to read device descriptor
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/driver/usbh_device_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h
index f32457b..f2190ae 100644
--- a/include/driver/usbh_device_driver.h
+++ b/include/driver/usbh_device_driver.h
@@ -66,7 +66,6 @@ enum USBH_ENUM_STATE {
USBH_ENUM_STATE_SET_ADDRESS,
USBH_ENUM_STATE_FIRST = USBH_ENUM_STATE_SET_ADDRESS,
USBH_ENUM_STATE_DEVICE_DT_READ_SETUP,
- USBH_ENUM_STATE_DEVICE_DT_READ,
USBH_ENUM_STATE_DEVICE_DT_READ_COMPLETE,
USBH_ENUM_STATE_CONFIGURATION_DT_HEADER_READ_SETUP,
USBH_ENUM_STATE_CONFIGURATION_DT_HEADER_READ,