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 a46fb1c commit dd05c14Copy full SHA for dd05c14
src/utest/mtsafe_kprint_tc.c
@@ -27,7 +27,7 @@
27
* Dependencies:
28
* - Enable MT-Safe kprint Test (RT-Thread Utestcases -> Kernel Core -> MT-Safe Kprint Test)
29
* - RT_USING_THREADSAFE_PRINTF must be enabled (RT-Thread Kernel -> Enable thread safe kernel print service)
30
- * - Note: This test (and thread-safe kprintf) increases scheduler load. The idle thread stack
+ * - Note: This test (and MT-safe kprint) increases scheduler load. The idle thread stack
31
* - size (RT-Thread Kernel -> The stack size of idle thread) may need to be increased for this test
32
* - Test on any RT-Thread supported platform
33
*
0 commit comments