From 00e8164e58f254907eaa770e4aec1de30631ff62 Mon Sep 17 00:00:00 2001 From: nifi Date: Thu, 14 Jan 2010 20:02:55 +0000 Subject: [PATCH] updated vibration sensor name to Contiki standard --- platform/cooja/dev/vib-sensor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/cooja/dev/vib-sensor.h b/platform/cooja/dev/vib-sensor.h index c72e13bea..b6ea09f07 100644 --- a/platform/cooja/dev/vib-sensor.h +++ b/platform/cooja/dev/vib-sensor.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vib-sensor.h,v 1.2 2010/01/14 19:12:31 nifi Exp $ + * $Id: vib-sensor.h,v 1.3 2010/01/14 20:02:55 nifi Exp $ */ #ifndef __VIB_H__ @@ -36,6 +36,6 @@ extern const struct sensors_sensor vib_sensor; -#define VIB_SENSOR "Vibration sensor" +#define VIB_SENSOR "Vibration" #endif /* __VIB_H__ */