sixtop: bugfix adding a missing 'static' modifier
This commit is contained in:
parent
cbeac32343
commit
669a646f19
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user