[doc] added faulty esb and msp430 references
This commit is contained in:
parent
e9b5899eed
commit
9dd7f1d29a
|
@ -30,9 +30,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup esb
|
|
||||||
* @{ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* \file
|
* \file
|
||||||
|
@ -510,4 +507,3 @@ uipcall(void *state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------*/
|
||||||
/** @} */
|
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup esb
|
|
||||||
* @{ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* \file
|
* \file
|
||||||
|
@ -477,4 +474,3 @@ uipcall(void *state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------*/
|
||||||
/** @} */
|
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup esb
|
|
||||||
* @{ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* \file
|
* \file
|
||||||
|
@ -519,4 +516,3 @@ uipcall(void *state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------*/
|
||||||
/** @} */
|
|
||||||
|
|
|
@ -30,18 +30,10 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup esb
|
|
||||||
* @{ */
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \defgroup esbrs232 ESB RS232
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
* Header file for MSP430 RS232 driver.
|
* Header file for COOJA RS232 driver.
|
||||||
* \author Adam Dunkels <adam@sics.se>
|
* \author Adam Dunkels <adam@sics.se>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -114,4 +106,3 @@ void rs232_send(char c);
|
||||||
|
|
||||||
#endif /* RS232_H_ */
|
#endif /* RS232_H_ */
|
||||||
|
|
||||||
/** @} */ /** @} */
|
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/**
|
|
||||||
* \addtogroup esb
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup beeper Beeper interface
|
* \defgroup beeper Beeper interface
|
||||||
|
@ -156,7 +152,6 @@ void beep_long(clock_time_t len);
|
||||||
|
|
||||||
void beep_quick(int num);
|
void beep_quick(int num);
|
||||||
|
|
||||||
/** @} */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#endif /* BEEP_H_ */
|
#endif /* BEEP_H_ */
|
||||||
|
|
Loading…
Reference in a new issue