提交 80af4ee9 编写于 作者: wuyangyong's avatar wuyangyong

add __weak for rt_hw_console_output (IAR)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1172 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 6ae0b458
...@@ -942,7 +942,7 @@ void rt_hw_console_output(const char* str) ...@@ -942,7 +942,7 @@ void rt_hw_console_output(const char* str)
#elif defined(__CC_ARM) #elif defined(__CC_ARM)
__weak void rt_hw_console_output(const char* str) __weak void rt_hw_console_output(const char* str)
#elif defined(__IAR_SYSTEMS_ICC__) #elif defined(__IAR_SYSTEMS_ICC__)
void rt_hw_console_output(const char* str) __weak 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.
先完成此消息的编辑!
想要评论请 注册