fix typo
This commit is contained in:
parent
2d9ba6ae70
commit
472b13b527
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ int test_init(void)
|
|||
//create_kernel_task(NULL, join_test, NULL);
|
||||
//create_kernel_task(NULL, producer, NULL);
|
||||
//create_kernel_task(NULL, consumer, NULL);
|
||||
//create_user_task(NULL, "/bin/hello", 1, argv);
|
||||
//create_user_task(NULL, "/bin/hello", argv);
|
||||
create_user_task(NULL, "/bin/tests", argv);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue