Skip to content

Commit 59e55f5

Browse files
authored
[utest]Fixed assertion failure in the smp_affinity_pri2_tc use case caused by improper priority configuration. (#10956)
1 parent e484f56 commit 59e55f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utest/smp/smp_affinity_pri2_tc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
static int run_num = 10;
2525
#define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE
2626
#define THREAD_PRIORITY 2
27-
#define LOW_PRIORITY 50
27+
#define LOW_PRIORITY 30
2828
#define THIGH_PRIORITY 10
2929
static rt_thread_t threads[RT_CPUS_NR];
3030
static rt_thread_t temp_thread;

0 commit comments

Comments
 (0)