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 6762192 commit 021f810Copy full SHA for 021f810
port/mpthreadport.c
@@ -38,7 +38,7 @@
38
39
#define MP_THREAD_MIN_STACK_SIZE (4 * 1024)
40
#define MP_THREAD_DEFAULT_STACK_SIZE (MP_THREAD_MIN_STACK_SIZE + 1024)
41
-#define MP_THREAD_PRIORITY (RT_THREAD_PRIORITY_MAX / 2)
+#define MP_THREAD_PRIORITY (RT_THREAD_PRIORITY_MAX - 1)
42
43
#define MP_THREAD_STATUS_READY 0
44
#define MP_THREAD_STATUS_RUNNING 1
0 commit comments