fixed compile errors due to untreated CFG_TUH_LOG_LEVEL

This commit is contained in:
IngHK
2023-11-24 22:34:28 +01:00
parent a973887399
commit b8881a3a14
4 changed files with 7 additions and 7 deletions

View File

@@ -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 >= 2
#if CFG_TUSB_DEBUG >= CFG_TUH_LOG_LEVEL
char const* const tu_str_speed[] = { "Full", "Low", "High" };
char const* const tu_str_std_request[] =