diff options
| author | hathach <[email protected]> | 2018-07-28 12:38:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-28 12:38:45 +0700 |
| commit | 9f61493020821ba7e3226e67b56a062501feb429 (patch) | |
| tree | d2a6a21ee5eb5bf494756023b5345893636332ea /src/common | |
| parent | 456506045f0cb4234b6fef9fddf621a53cd862ac (diff) | |
change HID config, move HID boot config to part of auto descriptor only
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_error.h b/src/common/tusb_error.h index 339f6ced1..e7c7f69f9 100644 --- a/src/common/tusb_error.h +++ b/src/common/tusb_error.h @@ -91,6 +91,8 @@ ENTRY(TUSB_ERROR_USBD_DEVICE_NOT_CONFIGURED )\
ENTRY(TUSB_ERROR_NOT_ENOUGH_MEMORY )\
ENTRY(TUSB_ERROR_FAILED )\
+ \
+ ENTRY(ERR_TUD_INVALID_DESCRIPTOR)
/// \brief Error Code returned
|
