[sfud][cfg] 取消rt_kprintf声明
This commit is contained in:
parent
e82fe76a0f
commit
040f05f40d
|
@ -29,7 +29,7 @@
|
||||||
#ifndef _SFUD_CFG_H_
|
#ifndef _SFUD_CFG_H_
|
||||||
#define _SFUD_CFG_H_
|
#define _SFUD_CFG_H_
|
||||||
|
|
||||||
#include <rtconfig.h>
|
#include <rtthread.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* It will print more information on debug mode.
|
* It will print more information on debug mode.
|
||||||
|
@ -47,7 +47,6 @@
|
||||||
|
|
||||||
#define DBG_TAG "SFUD"
|
#define DBG_TAG "SFUD"
|
||||||
#include <rtdbg.h>
|
#include <rtdbg.h>
|
||||||
extern void rt_kprintf(const char *fmt, ...);
|
|
||||||
#define SFUD_INFO(...) LOG_I(__VA_ARGS__)
|
#define SFUD_INFO(...) LOG_I(__VA_ARGS__)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue