fix some compiling warning.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2571 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2012-12-31 04:17:31 +00:00
parent 378fa19857
commit 9a8fbc6f17
2 changed files with 8 additions and 4 deletions

View File

@@ -26,6 +26,10 @@
#include "finsh.h"
#include "shell.h"
#ifdef _WIN32
#include <stdio.h> /* for putchar */
#endif
/* finsh thread */
static struct rt_thread finsh_thread;
ALIGN(RT_ALIGN_SIZE)