git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9048 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
1e64833ed3
commit
1558adfccd
|
@ -260,7 +260,7 @@ err = OS_TaskCreate(&tid,
|
|||
test_assert(err == OS_ERR_NAME_TAKEN, "name conflict not detected");
|
||||
|
||||
err = OS_TaskCreate(&tid,
|
||||
"another running thread",
|
||||
"conflicting thread",
|
||||
test_thread1,
|
||||
(uint32 *)wa_test1,
|
||||
sizeof wa_test1,
|
||||
|
|
|
@ -232,7 +232,7 @@ static void test_001_001_execute(void) {
|
|||
test_assert(err == OS_ERR_NAME_TAKEN, "name conflict not detected");
|
||||
|
||||
err = OS_TaskCreate(&tid,
|
||||
"another running thread",
|
||||
"conflicting thread",
|
||||
test_thread1,
|
||||
(uint32 *)wa_test1,
|
||||
sizeof wa_test1,
|
||||
|
|
Loading…
Reference in New Issue