mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
removed old radio_on/off functions
This commit is contained in:
parent
e5d6dd1db5
commit
41255df6b0
@ -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__ */
|
||||
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user