mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
fixed kservice.c compiling error for gcc
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@482 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
+1
-1
@@ -939,7 +939,7 @@ rt_device_t rt_console_set_device(const char* name)
|
||||
}
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void rt_hw_console_output(const char* str) __attribute__((weak))
|
||||
void __attribute__((weak)) rt_hw_console_output(const char* str)
|
||||
#elif defined(__CC_ARM)
|
||||
__weak void rt_hw_console_output(const char* str)
|
||||
#elif defined(__ICCARM__)
|
||||
|
||||
Reference in New Issue
Block a user