diff options
Diffstat (limited to 'os/ports/RC')
-rw-r--r-- | os/ports/RC/STM8/chcore.c | 10 | ||||
-rw-r--r-- | 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
* @{
*/
|