summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-26 01:37:15 +0700
committerhathach <[email protected]>2013-01-26 01:37:15 +0700
commit7edda37518f0b193009c832b4092c357d0d01e96 (patch)
treec6952e1f97b6c89e37968364c5c0a2a88958b3bf /tinyusb/common
parentfdc9a82e8c3dcce08613f0c0e1a773f0c39381e0 (diff)
add more test code for keyboard hid application API
refractor, restructure, rename several thing regarding host, keyboard etc ...
Diffstat (limited to 'tinyusb/common')
-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 bf1998365..3b37154d3 100644
--- a/tinyusb/common/errors.h
+++ b/tinyusb/common/errors.h
@@ -62,6 +62,7 @@
ENTRY(TUSB_ERROR_NONE)\
ENTRY(TUSB_ERROR_INVALID_PARA)\
ENTRY(TUSB_ERROR_CLASS_DEVICE_DONT_SUPPORT)\
+ ENTRY(TUSB_ERROR_CLASS_DATA_NOT_AVAILABLE)\
ENTRY(TUSB_ERROR_OSAL_TIMEOUT)\
ENTRY(TUSB_ERROR_FAILED)\