We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2abdbf commit d06a963Copy full SHA for d06a963
examples/utest/configs/kernel/ipc.conf
@@ -4,6 +4,7 @@ CONFIG_UTEST_MESSAGEQUEUE_TC=y
4
CONFIG_UTEST_SIGNAL_TC=y
5
CONFIG_UTEST_MUTEX_TC=y
6
CONFIG_UTEST_MAILBOX_TC=y
7
+CONFIG_UTEST_WORKQUEUE_TC=y
8
# dependencies
9
CONFIG_RT_USING_SEMAPHORE=y
10
CONFIG_RT_USING_EVENT=y
examples/utest/testcases/drivers/ipc/workqueue_tc.c
@@ -396,7 +396,6 @@ static void repeat_work_test03(void)
396
struct rt_work work;
397
volatile int work_flag = 0;
398
rt_err_t err;
399
- rt_tick_t start_tick, timeout_tick;
400
401
/* 1 priority higher than current test thread */
402
curr_priority = get_test_thread_priority(-1);
0 commit comments