Skip to content

Commit 102ff12

Browse files
committed
more ci fix
1 parent 2c4b77b commit 102ff12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common/tusb_debug.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
133133
#ifndef TU_LOG
134134
#define TU_LOG(n, ...)
135135
#define TU_LOG_MEM(n, ...)
136+
#define TU_LOG_ARR(n, ...)
136137
#define TU_LOG_PTR(n, ...)
137138
#define TU_LOG_INT(n, ...)
138139
#define TU_LOG_HEX(n, ...)
@@ -144,13 +145,15 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
144145

145146
#define TU_LOG0(...)
146147
#define TU_LOG0_MEM(...)
148+
#define TU_LOG0_ARR(...)
147149
#define TU_LOG0_PTR(...)
148150
#define TU_LOG0_INT(...)
149151
#define TU_LOG0_HEX(...)
150152

151153
#ifndef TU_LOG1
152154
#define TU_LOG1(...)
153155
#define TU_LOG1_MEM(...)
156+
#define TU_LOG1_ARR(...)
154157
#define TU_LOG1_PTR(...)
155158
#define TU_LOG1_INT(...)
156159
#define TU_LOG1_HEX(...)
@@ -159,6 +162,7 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
159162
#ifndef TU_LOG2
160163
#define TU_LOG2(...)
161164
#define TU_LOG2_MEM(...)
165+
#define TU_LOG2_ARR(...)
162166
#define TU_LOG2_PTR(...)
163167
#define TU_LOG2_INT(...)
164168
#define TU_LOG2_HEX(...)
@@ -167,6 +171,7 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
167171
#ifndef TU_LOG3
168172
#define TU_LOG3(...)
169173
#define TU_LOG3_MEM(...)
174+
#define TU_LOG3_ARR(...)
170175
#define TU_LOG3_PTR(...)
171176
#define TU_LOG3_INT(...)
172177
#define TU_LOG3_HEX(...)

0 commit comments

Comments
 (0)