aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-02-19 20:48:15 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-02-19 20:48:15 +0000
commit377b9c70eb3f01be856aedbd1f911ca215d51159 (patch)
tree431a624ccae44a30f7d4d0d81ab43ddee8d8d9a9 /os/common
parent0e4b28266a7996e86f442ea521bc7cddef0c88a8 (diff)
downloadChibiOS-377b9c70eb3f01be856aedbd1f911ca215d51159.tar.gz
ChibiOS-377b9c70eb3f01be856aedbd1f911ca215d51159.tar.bz2
ChibiOS-377b9c70eb3f01be856aedbd1f911ca215d51159.zip
AVR: Correct the file name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11510 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r--os/common/ports/AVR/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/AVR/chcore.c b/os/common/ports/AVR/chcore.c
index 017f3be56..9a62b6b67 100644
--- a/os/common/ports/AVR/chcore.c
+++ b/os/common/ports/AVR/chcore.c
@@ -18,7 +18,7 @@
*/
/**
- * @file AVR/chcore.c
+ * @file chcore.c
* @brief AVR architecture port code.
*
* @addtogroup AVR_CORE