summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-24 21:40:49 +0700
committerhathach <[email protected]>2013-03-24 21:40:49 +0700
commitc7c993d6cc497ff6baaa1e02d1c1da0dfa88017d (patch)
tree62db72be4d544b89e46f90e71e3766c34178355c /tinyusb/common
parenta1b17be6818320986328e4ac39abd82e2a894104 (diff)
refractor hidh keyboard
changing class hidh behavior
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 826e8dd44..3e481851e 100644
--- a/tinyusb/common/errors.h
+++ b/tinyusb/common/errors.h
@@ -64,7 +64,7 @@
ENTRY(TUSB_ERROR_INVALID_PARA)\
ENTRY(TUSB_ERROR_DEVICE_NOT_READY)\
ENTRY(TUSB_ERROR_CLASS_DEVICE_DONT_SUPPORT)\
- ENTRY(TUSB_ERROR_CLASS_DATA_NOT_AVAILABLE)\
+ /*ENTRY(TUSB_ERROR_CLASS_DATA_NOT_AVAILABLE)*/\
ENTRY(TUSB_ERROR_HCD_FAILED)\
ENTRY(TUSB_ERROR_USBH_MOUNT_DEVICE_NOT_RESPOND)\
ENTRY(TUSB_ERROR_USBH_MOUNT_CONFIG_DESC_TOO_LONG)\