diff options
| author | hathach <[email protected]> | 2013-03-07 17:59:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-07 17:59:07 +0700 |
| commit | 644f0d39329e634c7a3191dd657c866458dd793b (patch) | |
| tree | 150a320f2e28ad6dfa6e499a101a0734a883843e /tinyusb/common/errors.h | |
| parent | 1b610cf26f98344af0ef4752709aced467d03e7a (diff) | |
make "used" member of ehci_qtd_t into reserved place of buffer[1] (with assert check in hcd init)
Diffstat (limited to 'tinyusb/common/errors.h')
| -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 939f6c433..81bb5cce6 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -72,6 +72,7 @@ ENTRY(TUSB_ERROR_OSAL_TASK_FAILED)\ ENTRY(TUSB_ERROR_OSAL_QUEUE_FAILED)\ ENTRY(TUSB_ERROR_OSAL_SEMAPHORE_FAILED)\ + ENTRY(TUSB_ERROR_EHCI_NOT_ENOUGH_QTD)\ ENTRY(TUSB_ERROR_FAILED)\ |
