summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-06 13:50:17 +0700
committerhathach <[email protected]>2013-02-06 13:50:17 +0700
commit7961f04e17e4988db3e4ceafd57e2e02ae2d7d1f (patch)
treee5fbdba98557ad5e9edd47e9516da24de86ffddb /tinyusb/common
parenta253e4d64846316610aa92b231e3371acd7428e6 (diff)
remove hcd_addr0_close_Ignore
add code to check error handling from enum task
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h
index 42a7a3975..57de5cea4 100644
--- a/tinyusb/common/errors.h
+++ b/tinyusb/common/errors.h
@@ -66,7 +66,7 @@
ENTRY(TUSB_ERROR_CLASS_DEVICE_DONT_SUPPORT)\
ENTRY(TUSB_ERROR_CLASS_DATA_NOT_AVAILABLE)\
ENTRY(TUSB_ERROR_HCD_FAILED)\
- ENTRY(TUSB_ERROR_USBH_MOUNT_FAILED)\
+ ENTRY(TUSB_ERROR_USBH_MOUNT_DEVICE_NOT_RESPOND)\
ENTRY(TUSB_ERROR_OSAL_TIMEOUT)\
ENTRY(TUSB_ERROR_OSAL_TASK_FAILED)\
ENTRY(TUSB_ERROR_OSAL_QUEUE_FAILED)\