Update for new sys_thread_new parameters (see task #7252 : "Create sys_thread_new_ex()" )

This commit is contained in:
fbernon 2007-09-05 16:19:04 +00:00
parent 5a8adb3d94
commit 1a658707d2

View File

@ -253,7 +253,7 @@ static int do_read(struct charcb *p_charcb)
**************************************************************/
void chargen_init(void)
{
sys_thread_new(chargen_thread, 0, CHARGEN_PRIORITY);
sys_thread_new( "chargen", chargen_thread, 0, 0, CHARGEN_PRIORITY);
}