Skip to content
Snippets Groups Projects
Commit 669a646f authored by Yasuyuki Tanaka's avatar Yasuyuki Tanaka
Browse files

sixtop: bugfix adding a missing 'static' modifier

parent cbeac323
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ AUTOSTART_PROCESSES(&node_process); ...@@ -63,7 +63,7 @@ AUTOSTART_PROCESSES(&node_process);
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
PROCESS_THREAD(node_process, ev, data) PROCESS_THREAD(node_process, ev, data)
{ {
int is_coordinator; static int is_coordinator;
static int added_num_of_links = 0; static int added_num_of_links = 0;
static struct etimer et; static struct etimer et;
struct tsch_neighbor *n; struct tsch_neighbor *n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment