removed unused constants (BEEP_ON/BEEP_OFF)

This commit is contained in:
nifi 2006-07-07 06:38:53 +00:00
parent fa9a97e9db
commit 51f38adaf4
2 changed files with 2 additions and 8 deletions

View File

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

View File

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