From 51f38adaf4fbeec746895c378d49b60006ea3075 Mon Sep 17 00:00:00 2001 From: nifi Date: Fri, 7 Jul 2006 06:38:53 +0000 Subject: [PATCH] removed unused constants (BEEP_ON/BEEP_OFF) --- platform/native/dev/beep.h | 5 +---- platform/netsim/dev/beep.h | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/platform/native/dev/beep.h b/platform/native/dev/beep.h index e75ceafd6..f4a61bed3 100644 --- a/platform/native/dev/beep.h +++ b/platform/native/dev/beep.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: beep.h,v 1.1 2006/06/17 22:41:31 adamdunkels Exp $ + * @(#)$Id: beep.h,v 1.2 2006/07/07 06:38:53 nifi Exp $ */ /** * \addtogroup esb @@ -50,9 +50,6 @@ #ifndef __BEEP_H__ #define __BEEP_H__ -#define BEEP_ON 1 -#define BEEP_OFF 0 - #define BEEP_ALARM1 1 #define BEEP_ALARM2 2 diff --git a/platform/netsim/dev/beep.h b/platform/netsim/dev/beep.h index 8803f135b..2a1519428 100644 --- a/platform/netsim/dev/beep.h +++ b/platform/netsim/dev/beep.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: beep.h,v 1.1 2006/06/17 22:41:35 adamdunkels Exp $ + * @(#)$Id: beep.h,v 1.2 2006/07/07 06:40:05 nifi Exp $ */ /** * \addtogroup esb @@ -50,9 +50,6 @@ #ifndef __BEEP_H__ #define __BEEP_H__ -#define BEEP_ON 1 -#define BEEP_OFF 0 - #define BEEP_ALARM1 1 #define BEEP_ALARM2 2