[doc] added faulty esb and msp430 references

This commit is contained in:
Enrico Joerns 2014-09-24 23:49:11 +02:00
parent e9b5899eed
commit 9dd7f1d29a
5 changed files with 1 additions and 27 deletions

View File

@ -30,9 +30,6 @@
*
*/
/** \addtogroup esb
* @{ */
/**
*
* \file
@ -510,4 +507,3 @@ uipcall(void *state)
}
}
/*---------------------------------------------------------------------*/
/** @} */

View File

@ -30,9 +30,6 @@
*
*/
/** \addtogroup esb
* @{ */
/**
*
* \file
@ -477,4 +474,3 @@ uipcall(void *state)
}
}
/*---------------------------------------------------------------------*/
/** @} */

View File

@ -30,9 +30,6 @@
*
*/
/** \addtogroup esb
* @{ */
/**
*
* \file
@ -519,4 +516,3 @@ uipcall(void *state)
}
}
/*---------------------------------------------------------------------*/
/** @} */

View File

@ -30,18 +30,10 @@
*
*/
/** \addtogroup esb
* @{ */
/**
* \defgroup esbrs232 ESB RS232
*
* @{
*/
/**
* \file
* Header file for MSP430 RS232 driver.
* Header file for COOJA RS232 driver.
* \author Adam Dunkels <adam@sics.se>
*
*/
@ -114,4 +106,3 @@ void rs232_send(char c);
#endif /* RS232_H_ */
/** @} */ /** @} */

View File

@ -29,10 +29,6 @@
* This file is part of the Contiki operating system.
*
*/
/**
* \addtogroup esb
* @{
*/
/**
* \defgroup beeper Beeper interface
@ -156,7 +152,6 @@ void beep_long(clock_time_t len);
void beep_quick(int num);
/** @} */
/** @} */
#endif /* BEEP_H_ */