have tusb_init() return true instead of TUSB_ERROR_NONE

This commit is contained in:
hathach
2020-11-23 13:12:51 +07:00
parent 49f09f55d0
commit 14138f105e
3 changed files with 3 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
ENTRY(TUSB_ERROR_FAILED )\
/// \brief Error Code returned
/// TODO obsolete and to be remove
typedef enum
{
ERROR_TABLE(ERROR_ENUM)