diff options
| author | hathach <[email protected]> | 2014-04-17 10:33:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-17 10:33:59 +0700 |
| commit | ccc65e620aeba998b274caf48a3880f3dca8de50 (patch) | |
| tree | 1b56588ca472c08a9e7ec6cf47dda824d312bdc4 /tinyusb/common/tusb_errors.c | |
| parent | 5c6f8750daec8468fbaca1b208b8e83a2b575375 (diff) | |
change default TUSB_CFG_DEBUG to 0
change meaning of TUSB_CFG_DEBUG
Diffstat (limited to 'tinyusb/common/tusb_errors.c')
| -rw-r--r-- | tinyusb/common/tusb_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/tusb_errors.c b/tinyusb/common/tusb_errors.c index e0848a961..170cb31d4 100644 --- a/tinyusb/common/tusb_errors.c +++ b/tinyusb/common/tusb_errors.c @@ -38,7 +38,7 @@ #include "tusb_errors.h"
-#if TUSB_CFG_DEBUG == 3
+#if TUSB_CFG_DEBUG
char const* const TUSB_ErrorStr[TUSB_ERROR_COUNT] =
{
|
