Skip to content
Snippets Groups Projects
Unverified Commit e63de927 authored by Simon Duquennoy's avatar Simon Duquennoy Committed by GitHub
Browse files

Merge pull request #155 from yatch/pr/bugfix-in-sixtop-example

sixtop: bugfix adding a missing 'static' modifier
parents 05745468 669a646f
Branches
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