diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-02-19 20:48:40 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-02-19 20:48:40 +0000 |
commit | b884bd89a44926f79bb385fd27995e184a3ea35c (patch) | |
tree | 94658060ae07a9427417c800b8fcadec34fa2f4e | |
parent | 377b9c70eb3f01be856aedbd1f911ca215d51159 (diff) | |
download | ChibiOS-b884bd89a44926f79bb385fd27995e184a3ea35c.tar.gz ChibiOS-b884bd89a44926f79bb385fd27995e184a3ea35c.tar.bz2 ChibiOS-b884bd89a44926f79bb385fd27995e184a3ea35c.zip |
AVR: Correct a bad comment, and the description and remove a wrong details.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11511 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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
* @{
*/
|