diff options
| author | hathach <[email protected]> | 2013-05-31 18:21:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-31 18:21:31 +0700 |
| commit | 03d85acfc7cb18a5469146f98c210a5747218cb3 (patch) | |
| tree | cf1f4ffac5cf99befadb1ee34f4ada66c78a1504 /tinyusb/common | |
| parent | abf105474529a9831851ea78bcc06d1e5ad4e173 (diff) | |
refractor string descriptors, allow one-stop configure descriptor for
- manufacturer, product etc ... (only english now)
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 061f08ab3..02d9d6824 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -73,6 +73,7 @@ ENTRY(TUSB_ERROR_OSAL_QUEUE_FAILED )\ ENTRY(TUSB_ERROR_OSAL_SEMAPHORE_FAILED )\ ENTRY(TUSB_ERROR_EHCI_NOT_ENOUGH_QTD )\ + ENTRY(TUSB_ERROR_USBD_DESCRIPTOR_STRING )\ ENTRY(TUSB_ERROR_FAILED )\ |
