From dac0a50860689cc49ce0e3d8ed244d4e12949a47 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Mar 2010 07:40:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1716 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/RC/STM8/chcore.c | 10 +++------- os/ports/RC/STM8/chcore.h | 8 +++----- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/os/ports/RC/STM8/chcore.c b/os/ports/RC/STM8/chcore.c index 029756a53..21d41ecc7 100644 --- a/os/ports/RC/STM8/chcore.c +++ b/os/ports/RC/STM8/chcore.c @@ -18,14 +18,10 @@ */ /** - * @file templates/chcore.c - * @brief Port related template code. - * @details This file is a template of the system driver functions provided by - * a port. Some of the following functions may be implemented as - * macros in chcore.h if the implementer decides that there is an - * advantage in doing so, as example because performance concerns. + * @file RC/STM8/chcore.c + * @brief STM8 architecture port code. * - * @addtogroup core + * @addtogroup STM8_CORE * @{ */ diff --git a/os/ports/RC/STM8/chcore.h b/os/ports/RC/STM8/chcore.h index 79bf96019..57c8211ef 100644 --- a/os/ports/RC/STM8/chcore.h +++ b/os/ports/RC/STM8/chcore.h @@ -18,12 +18,10 @@ */ /** - * @file templates/chcore.h - * @brief Port related template macros and structures. - * @details This file is a template of the system driver macros provided by - * a port. + * @file RC/STM8/chcore.h + * @brief STM8 architecture port macros and structures. * - * @addtogroup core + * @addtogroup STM8_CORE * @{ */ -- cgit v1.2.3