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.
2 parents aeabcc9 + 56d71a4 commit 4638ceaCopy full SHA for 4638cea
features/frameworks/greentea-client/source/greentea_metrics.cpp
@@ -34,7 +34,7 @@ typedef struct {
34
} thread_info_t;
35
36
// Mutex to protect "buf"
37
-SingletonPtr<Mutex> mutex;
+static SingletonPtr<Mutex> mutex;
38
#if defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED
39
static char buf[128];
40
static SingletonPtr<CircularBuffer<thread_info_t, THREAD_BUF_COUNT> > queue;
0 commit comments