Make netsim more like the esb target

This commit is contained in:
adamdunkels 2006-10-10 15:58:31 +00:00
parent 11c1762a62
commit bc8016543a
8 changed files with 59 additions and 45 deletions

View file

@ -29,14 +29,14 @@
* This file is part of the Configurable Sensor Network Application
* Architecture for sensor nodes running the Contiki operating system.
*
* $Id: vib-sensor.h,v 1.1 2006/06/17 22:41:36 adamdunkels Exp $
* $Id: vib-sensor.h,v 1.2 2006/10/10 15:58:31 adamdunkels Exp $
*
* -----------------------------------------------------------------
*
* Author : Adam Dunkels, Joakim Eriksson, Niclas Finne
* Created : 2005-11-01
* Updated : $Date: 2006/06/17 22:41:36 $
* $Revision: 1.1 $
* Updated : $Date: 2006/10/10 15:58:31 $
* $Revision: 1.2 $
*/
#ifndef __VIB_SENSOR_H__
@ -50,4 +50,6 @@ extern const struct sensors_sensor vib_sensor;
void vib_sensor_changed(void);
#define VIB_ENABLE_EVENT 1
#endif /* __VIB_SENSOR_H__ */