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 1325edf commit ca4c71cCopy full SHA for ca4c71c
tests/kernel/threads/thread_apis/src/test_threads_cancel_abort.c
@@ -125,6 +125,7 @@ void test_delayed_thread_abort(void)
125
{
126
int current_prio = k_thread_priority_get(k_current_get());
127
128
+ execute_flag = 0;
129
/* Make current thread preemptive */
130
k_thread_priority_set(k_current_get(), K_PRIO_PREEMPT(2));
131
0 commit comments