bugfix: sensor process should be started by default

This commit is contained in:
fros4943 2009-03-17 10:34:02 +00:00
parent f0e56df2eb
commit 6f52115d3a

View File

@ -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]