diff options
| author | hathach <[email protected]> | 2012-11-29 15:35:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-29 15:35:59 +0700 |
| commit | 360b28b44fa2ad7973f06c7f048a66a68e6cb90f (patch) | |
| tree | a80ef4f6ba6282faa2fd13cc18689667f47626e9 /tinyusb/common/errors.c | |
| parent | 382cd30be2e3069a490977e1a492783188a02da0 (diff) | |
add more doxygen docs
start to use TUSB_Error_t
Diffstat (limited to 'tinyusb/common/errors.c')
| -rw-r--r-- | tinyusb/common/errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c index c0878ef67..26db61241 100644 --- a/tinyusb/common/errors.c +++ b/tinyusb/common/errors.c @@ -39,4 +39,5 @@ char const* const TUSB_ErrorStr[] = { # define ERROR_ENUM(x) #x, # include "errors_def" # undef ERROR_ENUM + 0 }; |
