git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@55 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2007-10-16 14:07:09 +00:00
parent 0dbdef93fb
commit 0b2068db8c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void _InitThread(t_prio prio, t_tmode mode, Thread *tp) {
* returning from its main function.
*/
Thread *chThdCreate(t_prio prio, t_tmode mode, void *workspace,
t_size wsize, t_tfunc pf, void *arg) {
t_size wsize, t_tfunc pf, void *arg) {
Thread *tp = workspace;
_InitThread(prio, mode, tp);