fix extern list_thread return type by arda.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2104 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
wuyangyong
2012-04-29 02:11:40 +00:00
parent 3ac2f2b094
commit 04a79d24cf
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ rt_uint8_t *rt_hw_stack_init(void *tentry, void *parameter,
return (rt_uint8_t *)stk;
}
extern void list_thread(void);
extern long list_thread(void);
extern rt_thread_t rt_current_thread;
/**
* fault exception handling