sixtop: bugfix adding a missing 'static' modifier

This commit is contained in:
Yasuyuki Tanaka 2017-11-05 11:30:44 +09:00
parent cbeac32343
commit 669a646f19
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ AUTOSTART_PROCESSES(&node_process);
/*---------------------------------------------------------------------------*/
PROCESS_THREAD(node_process, ev, data)
{
int is_coordinator;
static int is_coordinator;
static int added_num_of_links = 0;
static struct etimer et;
struct tsch_neighbor *n;