We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6073c22 commit e484f56Copy full SHA for e484f56
1 file changed
src/utest/smp/smp_affinity_pri1_tc.c
@@ -24,7 +24,7 @@
24
static int run_num = 10;
25
#define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE
26
#define THREAD_PRIORITY 2
27
-#define LOW_PRIORITY 50
+#define LOW_PRIORITY 30
28
#define THIGH_PRIORITY 10
29
static rt_thread_t threads[RT_CPUS_NR];
30
static rt_thread_t temp_thread;
0 commit comments