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 021f810 commit e524405Copy full SHA for e524405
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 - 1)
+#define MP_THREAD_PRIORITY (FINSH_THREAD_PRIORITY - 1)
42
43
#define MP_THREAD_STATUS_READY 0
44
#define MP_THREAD_STATUS_RUNNING 1
0 commit comments