map pico_info to log2, pico_trace to log3

This commit is contained in:
hathach 2021-06-11 18:44:08 +07:00
parent a6d22f5a68
commit b39faa15ef
1 changed files with 2 additions and 11 deletions

View File

@ -17,17 +17,8 @@
#endif
#if true || false && !defined(NDEBUG)
#define pico_trace(format,args...) printf(format, ## args)
#else
#define pico_trace(format,...) ((void)0)
#endif
#if false && !defined(NDEBUG)
#define pico_info(format,args...) printf(format, ## args)
#else
#define pico_info(format,...) ((void)0)
#endif
#define pico_info(...) TU_LOG(2, __VA_ARGS__)
#define pico_trace(...) TU_LOG(3, __VA_ARGS__)
// Hardware information per endpoint
struct hw_endpoint