From 41255df6b08423aa42176e79516c4e0cf42dcd0b Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 18 May 2007 13:13:18 +0000 Subject: [PATCH] removed old radio_on/off functions --- core/dev/radio.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/core/dev/radio.h b/core/dev/radio.h index 5b9144286..72e858182 100644 --- a/core/dev/radio.h +++ b/core/dev/radio.h @@ -42,7 +42,7 @@ * * This file is part of the Contiki operating system. * - * $Id: radio.h,v 1.2 2007/05/15 07:51:57 adamdunkels Exp $ + * $Id: radio.h,v 1.3 2007/05/18 13:13:18 fros4943 Exp $ */ /** @@ -75,21 +75,6 @@ struct radio_driver { int (* off)(void); }; - -/** - * \brief Turn radio on. - * - * This function turns the radio hardware on. - */ -void radio_on(void); - -/** - * \brief Turn radio off. - * - * This function turns the radio hardware off. - */ -void radio_off(void); - #endif /* __RADIO_H__ */ /** @} */