From 6f52115d3ae4762c34705f52cc30c6e09de3efc0 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Tue, 17 Mar 2009 10:34:02 +0000 Subject: [PATCH] bugfix: sensor process should be started by default --- tools/cooja/config/contiki_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cooja/config/contiki_template.c b/tools/cooja/config/contiki_template.c index 6b1206e2c..b8aaafce2 100644 --- a/tools/cooja/config/contiki_template.c +++ b/tools/cooja/config/contiki_template.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: contiki_template.c,v 1.11 2009/03/10 21:24:46 fros4943 Exp $ + * $Id: contiki_template.c,v 1.12 2009/03/17 10:34:02 fros4943 Exp $ */ /** @@ -75,7 +75,7 @@ #include "node-id.h" -PROCINIT(&etimer_process); +PROCINIT(&etimer_process,&sensors_process); /* Declare all sensors */ [SENSOR_DEFINITIONS]