mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 09:38:24 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user