diff options
| author | hathach <[email protected]> | 2013-03-25 17:39:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-25 17:39:22 +0700 |
| commit | d0a73f4b0d6d25d5f6a08f3b519241cec4e2a535 (patch) | |
| tree | 1242ed2aa5239a1a71f3de6d10d8120b585e3ed0 /tinyusb/common | |
| parent | c026a9f2e0aca713c7cb5f08eb40018f7f16e1be (diff) | |
add several helper function
add test & code for hidh_keyboard_open_subtask
- skip parsing HID descriptor for keyboard
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/errors.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index fbb5a5901..95ac20928 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -63,8 +63,6 @@ ENTRY(TUSB_ERROR_NONE)\ 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_HCD_FAILED)\ ENTRY(TUSB_ERROR_USBH_MOUNT_DEVICE_NOT_RESPOND)\ ENTRY(TUSB_ERROR_USBH_MOUNT_CONFIG_DESC_TOO_LONG)\ |
