aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/templates/chcore.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-04 12:08:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-04 12:08:34 +0000
commit24157d68e4fa7bd3a1c9ba31abe4da276e7a7326 (patch)
tree04a3670eb98fd44570926bd117a09261d284d4d6 /os/common/ports/templates/chcore.c
parent6b2c62e9a349131f93dc31aca8c778ea426f13ee (diff)
downloadChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.tar.gz
ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.tar.bz2
ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common/ports/templates/chcore.c')
-rw-r--r--os/common/ports/templates/chcore.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/os/common/ports/templates/chcore.c b/os/common/ports/templates/chcore.c
index c0aed4793..217e49bfa 100644
--- a/os/common/ports/templates/chcore.c
+++ b/os/common/ports/templates/chcore.c
@@ -20,12 +20,8 @@
/**
* @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, for example because performance concerns.
*
- * @addtogroup core
+ * @addtogroup port_core
* @details Non portable code templates.
* @{
*/