提交 99213611 编写于 作者: B bernard.xiong

remove weak symbol in ICCM16C compiler.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@623 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 5195a7fb
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* 2006-08-10 Bernard add rt_show_version * 2006-08-10 Bernard add rt_show_version
* 2010-03-17 Bernard remove rt_strlcpy function * 2010-03-17 Bernard remove rt_strlcpy function
* fix gcc compiling issue. * fix gcc compiling issue.
* 2010-04-15 Bernard remove weak definition on ICCM16C compiler
*/ */
#include <rtthread.h> #include <rtthread.h>
...@@ -928,7 +929,7 @@ __weak void rt_hw_console_output(const char* str) ...@@ -928,7 +929,7 @@ __weak void rt_hw_console_output(const char* str)
#elif defined(__ICCARM__) #elif defined(__ICCARM__)
__weak void rt_hw_console_output(const char* str) __weak void rt_hw_console_output(const char* str)
#elif defined(__ICCM16C__) #elif defined(__ICCM16C__)
__weak void rt_hw_console_output(const char* str) void rt_hw_console_output(const char* str)
#endif #endif
{ {
/* empty console output */ /* empty console output */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册