update building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1728 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2011-09-25 02:28:07 +00:00
parent fef0997a37
commit 8e8b84dcdd
2 changed files with 34 additions and 1 deletions
+10
View File
@@ -940,6 +940,16 @@ rt_int32_t rt_sprintf(char *buf, const char *format, ...)
#ifdef RT_USING_CONSOLE
#ifdef RT_USING_DEVICE
/**
* This function returns the device using in console.
*
* @return the device using in console or RT_NULL
*/
rt_device_t rt_console_get_device(void)
{
return _console_device;
}
/**
* This function will set a device as console device.
* After set a device to console, all output of rt_kprintf will be