a
This commit is contained in:
parent
11e61b6816
commit
771ed2190e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ int mailbox_test_init(void)
|
|||
{
|
||||
char* argv[] = {"/bin/mailbox", NULL};
|
||||
kprintf( "### Hello from mailbox_test_init\n" );
|
||||
create_user_task(NULL, "/bin/mailbox", argv);
|
||||
create_kernel_task(NULL, mail_ping, argv);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue