summaryrefslogtreecommitdiff
path: root/src/common/tusb_debug.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-02-22 11:47:09 +0700
committerhathach <[email protected]>2023-02-22 11:47:09 +0700
commit03ec49450d2109a0e6ede3672e95426fd87aa48f (patch)
treeac0a78722a421177931ebd8ccc04034893f929b1 /src/common/tusb_debug.h
parent18c3095346159a4f5c3db9775b4f7c6aebca77c2 (diff)
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
Diffstat (limited to 'src/common/tusb_debug.h')
-rw-r--r--src/common/tusb_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_debug.h b/src/common/tusb_debug.h
index 8587b6771..e5f718f79 100644
--- a/src/common/tusb_debug.h
+++ b/src/common/tusb_debug.h
@@ -114,7 +114,7 @@ typedef struct
static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint32_t key)
{
- TU_STATIC char not_found[11];
+ static _fuzz_thread char not_found[11];
for(uint16_t i=0; i<p_table->count; i++)
{