summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-05 21:24:51 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:31:47 +0200
commit2c23090d49a51a59f293ae1afdf763d2cd9fbb49 (patch)
treeb51d5b595dd84823c3fa860c93adf8be8ff4643e /include
parent7c4ae8d7aa72e2e32cf456007d52ef11545b7f62 (diff)
downloadsecure-hid-2c23090d49a51a59f293ae1afdf763d2cd9fbb49.tar.gz
secure-hid-2c23090d49a51a59f293ae1afdf763d2cd9fbb49.tar.bz2
secure-hid-2c23090d49a51a59f293ae1afdf763d2cd9fbb49.zip
core: use new control wrapper to set configuration to device
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 f2190ae..7e013a0 100644
--- a/include/driver/usbh_device_driver.h
+++ b/include/driver/usbh_device_driver.h
@@ -74,7 +74,6 @@ enum USBH_ENUM_STATE {
USBH_ENUM_STATE_CONFIGURATION_DT_READ,
USBH_ENUM_STATE_CONFIGURATION_DT_READ_COMPLETE,
USBH_ENUM_STATE_SET_CONFIGURATION_SETUP,
- USBH_ENUM_STATE_SET_CONFIGURATION_EMPTY_READ,
USBH_ENUM_STATE_SET_CONFIGURATION_COMPLETE,
USBH_ENUM_STATE_FIND_DRIVER,
};