diff options
| author | hathach <[email protected]> | 2013-06-14 18:22:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-14 18:22:40 +0700 |
| commit | 40b65b265c4a8d2de06b9164829169d629dbd847 (patch) | |
| tree | 7b08fbfce9afbd5f9e99b68cd479b8e867a3b048 /tinyusb/common | |
| parent | 4103cc374f8ee94a2d4d308cad5c1e24221b8ae7 (diff) | |
implement hidd_control_request including std & class specific to interface number.
refractor usbd_setup_received
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index b9edbf091..02cdae1e6 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -75,6 +75,7 @@ ENTRY(TUSB_ERROR_EHCI_NOT_ENOUGH_QTD )\ ENTRY(TUSB_ERROR_USBD_DESCRIPTOR_STRING )\ ENTRY(TUSB_ERROR_HIDD_DESCRIPTOR_INTERFACE )\ + ENTRY(TUSB_ERROR_NOT_SUPPORTED_YET )\ ENTRY(TUSB_ERROR_FAILED )\ |
