mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
bugfix: sensor process should be started by default
This commit is contained in:
parent
f0e56df2eb
commit
6f52115d3a
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user