diff --git a/examples/6tisch/sixtop/node-sixtop.c b/examples/6tisch/sixtop/node-sixtop.c
index 84598d331f237dc7d1901c8e7c173133ac0a6f4a..4c60db3a704aaf291ff7c13b0712e9702e945750 100755
--- a/examples/6tisch/sixtop/node-sixtop.c
+++ b/examples/6tisch/sixtop/node-sixtop.c
@@ -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;