added static specifer in green_metrics.cpp

pull/3297/head
Mizuho 2016-11-19 08:17:05 +09:00
parent aeabcc9472
commit 56d71a429e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef struct {
} thread_info_t;
// Mutex to protect "buf"
SingletonPtr<Mutex> mutex;
static SingletonPtr<Mutex> mutex;
#if defined(MBED_STACK_STATS_ENABLED) && MBED_STACK_STATS_ENABLED
static char buf[128];
static SingletonPtr<CircularBuffer<thread_info_t, THREAD_BUF_COUNT> > queue;