Merge pull request #5261 from mysterywolf/weak

[kernel] prepare to support full functional sprintf-family functions
This commit is contained in:
Bernard Xiong
2021-11-24 17:38:15 +08:00
committed by GitHub
5 changed files with 27 additions and 20 deletions
+1 -2
View File
@@ -29,7 +29,7 @@
#ifndef _SFUD_CFG_H_
#define _SFUD_CFG_H_
#include <rtconfig.h>
#include <rtthread.h>
/**
* It will print more information on debug mode.
@@ -47,7 +47,6 @@
#define DBG_TAG "SFUD"
#include <rtdbg.h>
extern void rt_kprintf(const char *fmt, ...);
#define SFUD_INFO(...) LOG_I(__VA_ARGS__)
/**