Add reentrance check. Put kernel debug switch together.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1494 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
mbbill@gmail.com
2011-06-12 10:01:48 +00:00
parent 8c3d1e5eae
commit 864bd11802
19 changed files with 434 additions and 221 deletions

View File

@@ -41,7 +41,7 @@ static void thread1_entry(void* parameter)
static void thread2_entry(void* parameter)
{
rt_uint8_t count;
unsigned char *str;
char *str;
count = 0;
while (1)