Browse Source

Update ulog.h

增加LOG_HEX
HubretXie 6 years ago
parent
commit
81cd4d4f4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/utilities/ulog/ulog.h

+ 1 - 0
components/utilities/ulog/ulog.h

@@ -45,6 +45,7 @@ void ulog_deinit(void);
 #define LOG_I(...)                     ulog_i(LOG_TAG, __VA_ARGS__)
 #define LOG_D(...)                     ulog_d(LOG_TAG, __VA_ARGS__)
 #define LOG_RAW(...)                   ulog_raw(__VA_ARGS__)
+#define LOG_HEX(name, width, buf, size)      ulog_hex(name, width, buf, size)
 
 /*
  * backend register and unregister