mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
repair Log bug
This commit is contained in:
parent
dc4996eeea
commit
8d10ca43a1
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user