clean code in sim/win32/cpu_port.c

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2536 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
goprife@gmail.com 2012-12-27 08:31:53 +00:00
parent 1b274d996f
commit 8df650d861
1 changed files with 0 additions and 10 deletions

View File

@ -96,16 +96,6 @@ rt_uint32_t YieldInterruptHandle(void);
rt_uint32_t SysTickInterruptHandle(void);
static DWORD WINAPI ThreadforSysTickTimer(LPVOID lpParam);
static DWORD WINAPI ThreadforKeyGet(LPVOID lpParam);
/*
*********************************************************************************************************
* CPU Port Function for RT-Thread
*********************************************************************************************************
*/
//void rt_hw_console_output(const char *str)
//{
// printf("%s",str);
//}
/*
*********************************************************************************************************