diff options
| author | hathach <[email protected]> | 2018-07-29 14:03:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-29 14:03:48 +0700 |
| commit | 683bb574e723685f38082f2461f2fa8eb9900c90 (patch) | |
| tree | 0ee6c78f823711da14108f7e76d18a738098c07f /src/common | |
| parent | 8b17c5460950c425e17a055940e3a02cf6b29962 (diff) | |
hid device enhance
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/tusb_error.h b/src/common/tusb_error.h index e7c7f69f9..677fc44e4 100644 --- a/src/common/tusb_error.h +++ b/src/common/tusb_error.h @@ -92,7 +92,8 @@ ENTRY(TUSB_ERROR_NOT_ENOUGH_MEMORY )\
ENTRY(TUSB_ERROR_FAILED )\
\
- ENTRY(ERR_TUD_INVALID_DESCRIPTOR)
+ ENTRY(ERR_TUD_INVALID_DESCRIPTOR) \
+ ENTRY(ERR_TUD_EDPT_OPEN_FAILED) \
/// \brief Error Code returned
|
