git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9048 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2016-03-07 13:11:20 +00:00
parent 1e64833ed3
commit 1558adfccd
2 changed files with 116 additions and 116 deletions

View File

@ -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,

View File

@ -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,