diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/AVR/chcore.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/os/common/ports/AVR/chcore.h b/os/common/ports/AVR/chcore.h index f7cb1f4dd..aa33a2ee5 100644 --- a/os/common/ports/AVR/chcore.h +++ b/os/common/ports/AVR/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 chcore.h
+ * @brief AVR port macros and structures.
*
- * @addtogroup core
+ * @addtogroup AVR_CORE
* @{
*/
|