summaryrefslogtreecommitdiff
path: root/test/smp/regression/threadx_thread_simple_sleep_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/smp/regression/threadx_thread_simple_sleep_test.c')
-rw-r--r--test/smp/regression/threadx_thread_simple_sleep_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/smp/regression/threadx_thread_simple_sleep_test.c b/test/smp/regression/threadx_thread_simple_sleep_test.c
index b87bd82d..5b8b12b3 100644
--- a/test/smp/regression/threadx_thread_simple_sleep_test.c
+++ b/test/smp/regression/threadx_thread_simple_sleep_test.c
@@ -35,8 +35,8 @@ CHAR *pointer;
/* Put system definition stuff in here, e.g. thread creates and other assorted
create information. */
- status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1,
- pointer, TEST_STACK_SIZE_PRINTF,
+ status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1,
+ pointer, TEST_STACK_SIZE_PRINTF,
16, 16, 3, TX_AUTO_START);
/* Check for status. */