diff options
| author | hathach <[email protected]> | 2019-05-14 11:46:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-14 11:46:22 +0700 |
| commit | 6135019230dd5e6c1c8cb17c83d20fabb500228d (patch) | |
| tree | a91e4a8bbd3e32d17b3c153afcf3d5df2176ace4 /src/tusb_option.h | |
| parent | fdc12db431c568ff4f3ff309f84f72c5d8475b2a (diff) | |
clean up
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 4e55132b1..492e1c574 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -119,13 +119,8 @@ //--------------------------------------------------------------------+
// COMMON OPTIONS
//--------------------------------------------------------------------+
-/**
- determines the debug level for the stack
- - Level 3: TBD
- - Level 2: TBD
- - Level 1: Print out if Assert failed. STATIC_VAR is NULL --> accessible when debugging
- - Level 0: no debug information is generated
-*/
+
+// Debug enable to print out error message
#ifndef CFG_TUSB_DEBUG
#define CFG_TUSB_DEBUG 0
#endif
|
