mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
testing/ostest/wdog.c: remove a set-only global
This commit is contained in:

committed by
Xiang Xiao

parent
3cbcbb6521
commit
54a571fc92
@@ -57,7 +57,6 @@ static sem_t g_sem_signal_finish;
|
|||||||
static volatile bool g_waiter_running;
|
static volatile bool g_waiter_running;
|
||||||
static volatile bool g_interferer_running;
|
static volatile bool g_interferer_running;
|
||||||
static volatile bool g_done;
|
static volatile bool g_done;
|
||||||
static volatile int g_nestlevel;
|
|
||||||
|
|
||||||
static volatile int g_even_handled;
|
static volatile int g_even_handled;
|
||||||
static volatile int g_odd_handled;
|
static volatile int g_odd_handled;
|
||||||
@@ -259,7 +258,6 @@ void signest_test(void)
|
|||||||
g_waiter_running = false;
|
g_waiter_running = false;
|
||||||
g_interferer_running = false;
|
g_interferer_running = false;
|
||||||
g_done = false;
|
g_done = false;
|
||||||
g_nestlevel = 0;
|
|
||||||
|
|
||||||
even_signals = 0;
|
even_signals = 0;
|
||||||
odd_signals = 0;
|
odd_signals = 0;
|
||||||
|
Reference in New Issue
Block a user