diff options
| author | IngHK <[email protected]> | 2023-12-08 16:59:52 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2023-12-08 16:59:52 +0100 |
| commit | efde252ed0a577536f409db980f46db844a23b2b (patch) | |
| tree | a5035bd768d15de12180043221aff1072d9de36c /src/tusb.c | |
| parent | 4d88f146e3a79ca4e7c7bbba2cdd6b8f3b07537a (diff) | |
improved CFG_TUSB_DEBUG handling due to compile errors
Diffstat (limited to 'src/tusb.c')
| -rw-r--r-- | src/tusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.c b/src/tusb.c index e0c1066d4..7943ea5ef 100644 --- a/src/tusb.c +++ b/src/tusb.c @@ -419,7 +419,7 @@ uint32_t tu_edpt_stream_read(tu_edpt_stream_t* s, void* buffer, uint32_t bufsize #if CFG_TUSB_DEBUG #include <ctype.h> -#if CFG_TUSB_DEBUG >= CFG_TUH_LOG_LEVEL +#if CFG_TUSB_DEBUG >= CFG_TUH_LOG_LEVEL || CFG_TUSB_DEBUG >= CFG_TUD_LOG_LEVEL char const* const tu_str_speed[] = { "Full", "Low", "High" }; char const* const tu_str_std_request[] = |
