mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-03 07:21:36 +00:00
fix missing debug log macros
This commit is contained in:
parent
017c95037f
commit
9c8517a8d2
@ -271,11 +271,17 @@ static inline char const* lookup_find(lookup_table_t const* p_table, uint32_t ke
|
|||||||
#ifndef TU_LOG1
|
#ifndef TU_LOG1
|
||||||
#define TU_LOG1(...)
|
#define TU_LOG1(...)
|
||||||
#define TU_LOG1_MEM(...)
|
#define TU_LOG1_MEM(...)
|
||||||
|
#define TU_LOG1_VAR(...)
|
||||||
|
#define TU_LOG1_INT(...)
|
||||||
|
#define TU_LOG1_HEX(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef TU_LOG2
|
#ifndef TU_LOG2
|
||||||
#define TU_LOG2(...)
|
#define TU_LOG2(...)
|
||||||
#define TU_LOG2_MEM(...)
|
#define TU_LOG2_MEM(...)
|
||||||
|
#define TU_LOG2_VAR(...)
|
||||||
|
#define TU_LOG2_INT(...)
|
||||||
|
#define TU_LOG2_HEX(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user