summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-26 16:39:25 +0700
committerhathach <[email protected]>2013-03-26 16:39:25 +0700
commitac905a8d09598067c53ff32835a2d70797d970be (patch)
tree2ea02bce7ac3f4174dc99f4a22e56abb1c109595 /tinyusb/common/errors.h
parent0b08dc7724a67f09be16fad3d6702ce0d7566f03 (diff)
rename pipe_status_t to tusb_interface_status_t
add tusbh_hid_keyboard_status & test code
Diffstat (limited to 'tinyusb/common/errors.h')
-rw-r--r--tinyusb/common/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h
index 95ac20928..41d8d43fe 100644
--- a/tinyusb/common/errors.h
+++ b/tinyusb/common/errors.h
@@ -63,6 +63,7 @@
ENTRY(TUSB_ERROR_NONE)\
ENTRY(TUSB_ERROR_INVALID_PARA)\
ENTRY(TUSB_ERROR_DEVICE_NOT_READY)\
+ ENTRY(TUSB_ERROR_INTERFACE_IS_BUSY)\
ENTRY(TUSB_ERROR_HCD_FAILED)\
ENTRY(TUSB_ERROR_USBH_MOUNT_DEVICE_NOT_RESPOND)\
ENTRY(TUSB_ERROR_USBH_MOUNT_CONFIG_DESC_TOO_LONG)\