Skip to content

Commit f61ee12

Browse files
keith-packardnashif
authored andcommitted
tests/arch/rx: Remove unused variable 'events'
This causes a compile error. Signed-off-by: Keith Packard <[email protected]>
1 parent 85e7ab1 commit f61ee12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/arch/rx/acc/src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ static void thread_2_entry(void *p1, void *p2, void *p3)
8585
ZTEST(rx_acc_tests, test_counting_value)
8686
{
8787

88-
uint32_t events;
89-
9088
k_event_init(&my_event);
9189

9290
k_tid_t tid_1 = k_thread_create(&thread_1, tstack_thread_1, STACK_SIZE, thread_1_entry,

0 commit comments

Comments
 (0)