提交 b23dd159 编写于 作者: B Bernard Xiong

Update kservice.c

上级 0bb5eb18
......@@ -18,6 +18,7 @@
* 2012-07-18 Arda add the alignment display for signed integer
* 2012-11-23 Bernard fix IAR compiler error.
* 2012-12-22 Bernard fix rt_kprintf issue, which found by Grissiom.
* 2013-06-24 Bernard remove rt_kprintf if RT_USING_CONSOLE is not defined.
*/
#include <rtthread.h>
......@@ -1121,12 +1122,6 @@ void rt_kprintf(const char *fmt, ...)
va_end(args);
}
RTM_EXPORT(rt_kprintf);
#else
void rt_kprintf(const char *fmt, ...)
{
}
RTM_EXPORT(rt_kprintf);
#endif
#ifdef RT_USING_HEAP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册