repair Log bug

This commit is contained in:
chenhaijian 2024-07-13 14:52:03 +08:00
parent dc4996eeea
commit 8d10ca43a1

View File

@ -65,6 +65,7 @@ extern "C"
#define LOGE(...) #define LOGE(...)
#define LOGF(...) #define LOGF(...)
#endif #endif
typedef struct i_log ILog;
typedef struct i_log typedef struct i_log
{ {
void (*init)(ILog *, const enum LogInstance); void (*init)(ILog *, const enum LogInstance);