diff options
| author | hathach <[email protected]> | 2020-11-23 13:12:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-11-23 13:12:51 +0700 |
| commit | 14138f105e6fa487fa0a0ed40db6f27e1c6039fb (patch) | |
| tree | c79838a3c016522fd19d0caa29285b1dca1f27ca /src/common | |
| parent | 49f09f55d063876fcd33d21bbe30a940ac5bcf68 (diff) | |
have tusb_init() return true instead of TUSB_ERROR_NONE
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_error.h b/src/common/tusb_error.h index f600c4ae3..d7ad8c318 100644 --- a/src/common/tusb_error.h +++ b/src/common/tusb_error.h @@ -54,6 +54,7 @@ ENTRY(TUSB_ERROR_FAILED )\ /// \brief Error Code returned +/// TODO obsolete and to be remove typedef enum { ERROR_TABLE(ERROR_ENUM) |
