summaryrefslogtreecommitdiff
path: root/test/smp/regression/threadx_queue_flush_no_suspension_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/smp/regression/threadx_queue_flush_no_suspension_test.c')
-rw-r--r--test/smp/regression/threadx_queue_flush_no_suspension_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/smp/regression/threadx_queue_flush_no_suspension_test.c b/test/smp/regression/threadx_queue_flush_no_suspension_test.c
index 940259f2..95bd5fed 100644
--- a/test/smp/regression/threadx_queue_flush_no_suspension_test.c
+++ b/test/smp/regression/threadx_queue_flush_no_suspension_test.c
@@ -44,8 +44,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,
17, 17, 100, TX_AUTO_START);
pointer = pointer + TEST_STACK_SIZE_PRINTF;
@@ -73,7 +73,7 @@ CHAR *pointer;
status = tx_queue_send_notify(&queue_0, queue_notify);
#ifndef TX_DISABLE_NOTIFY_CALLBACKS
-
+
/* Check for status. */
if (status != TX_SUCCESS)
{