lm4f-doc: Sanitize doxygen structure in rcc.h

By somo copypaste error, the doxygen group rcc_defines was defined twice.
Don't do that. Keep Ken's doxygen structure and drop the old one.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Alexandru Gagniuc 2013-05-07 18:59:41 -05:00 committed by Piotr Esden-Tempski
parent b9a6bbe56e
commit 7b9e8ba2e4

View File

@ -32,18 +32,11 @@ LGPL License Terms @ref lgpl_license
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @defgroup rcc_defines RCC Defines
*
* @ingroup LM4F_defines
*
* \brief <b>Defined Constants and Types for the LM4F Clock control API</b>
* @{
*/
#ifndef LM4F_RCC_H
#define LM4F_RCC_H
/**@{*/
#include <libopencm3/lm4f/systemcontrol.h>
/**
@ -106,9 +99,6 @@ typedef enum {
XTAL_25M = SYSCTL_RCC_XTAL_25M,
} xtal_t;
/**
* @}
*/
/* =============================================================================
* Function prototypes
* ---------------------------------------------------------------------------*/
@ -137,5 +127,6 @@ void rcc_sysclk_config(osc_src_t src, xtal_t xtal, u8 pll_div400);
END_DECLS
/**@}*/
#endif /* LM4F_RCC_H */