summaryrefslogtreecommitdiff
path: root/test/smp/regression/threadx_thread_simple_suspend_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/smp/regression/threadx_thread_simple_suspend_test.c')
-rw-r--r--test/smp/regression/threadx_thread_simple_suspend_test.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/smp/regression/threadx_thread_simple_suspend_test.c b/test/smp/regression/threadx_thread_simple_suspend_test.c
index a05797ec..5089fd64 100644
--- a/test/smp/regression/threadx_thread_simple_suspend_test.c
+++ b/test/smp/regression/threadx_thread_simple_suspend_test.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This test is designed to see if a thread can successfully suspend itself in a single
thread system. This also tests a thread created that is not automatically enabled. */
@@ -25,7 +36,7 @@ void test_control_return(UINT status);
#ifdef CTEST
void test_application_define(void *first_unused_memory)
#else
-void threadx_thread_simple_supsend_application_define(void *first_unused_memory)
+void threadx_thread_simple_suspend_application_define(void *first_unused_memory)
#endif
{