summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-06-02 00:10:35 +0700
committerhathach <[email protected]>2021-06-02 00:10:35 +0700
commit6e2cf2a3eec141e2714937532320c9fc46b95f9b (patch)
tree42926abde45bbb62b2bc70d057b35e796344eafe /src/common
parentbc0a0386e9aba4c3eccf9806a8ed7aecdefe23d6 (diff)
clean up log
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h
index 6f2905697..d9b388916 100644
--- a/src/common/tusb_common.h
+++ b/src/common/tusb_common.h
@@ -372,8 +372,6 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
#define TU_LOG1_VAR(...)
#define TU_LOG1_INT(...)
#define TU_LOG1_HEX(...)
- #define TU_LOG1_LOCATION()
- #define TU_LOG1_FAILED()
#endif
#ifndef TU_LOG2
@@ -382,7 +380,6 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
#define TU_LOG2_VAR(...)
#define TU_LOG2_INT(...)
#define TU_LOG2_HEX(...)
- #define TU_LOG2_LOCATION()
#endif
#ifndef TU_LOG3
@@ -391,7 +388,6 @@ static inline const char* tu_lookup_find(tu_lookup_table_t const* p_table, uint3
#define TU_LOG3_VAR(...)
#define TU_LOG3_INT(...)
#define TU_LOG3_HEX(...)
- #define TU_LOG3_LOCATION()
#endif
#ifdef __cplusplus