We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440905a commit 2ef82e1Copy full SHA for 2ef82e1
rtos/TARGET_CORTEX/mbed_rtos_rtx.c
@@ -52,7 +52,7 @@ MBED_NORETURN void mbed_rtos_start()
52
_main_thread_attr.cb_size = sizeof(_main_obj);
53
_main_thread_attr.cb_mem = &_main_obj;
54
_main_thread_attr.priority = osPriorityNormal;
55
- _main_thread_attr.name = "rtx_main";
+ _main_thread_attr.name = "main";
56
57
/* Allow non-secure main thread to call secure functions */
58
#if defined(DOMAIN_NS) && (DOMAIN_NS == 1U)
0 commit comments