...
This commit is contained in:
parent
0b9ee12d2d
commit
5513d5f6cb
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ return NULL;
|
|||
|
||||
int test_init(void)
|
||||
{
|
||||
if (get_core_no())
|
||||
if (!get_core_no())
|
||||
create_kernel_task(NULL,server_task,NULL);
|
||||
else
|
||||
create_kernel_task(NULL,client_task,NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue