diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-02-19 20:48:15 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-02-19 20:48:15 +0000 |
commit | 377b9c70eb3f01be856aedbd1f911ca215d51159 (patch) | |
tree | 431a624ccae44a30f7d4d0d81ab43ddee8d8d9a9 /os/common/ports | |
parent | 0e4b28266a7996e86f442ea521bc7cddef0c88a8 (diff) | |
download | ChibiOS-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/ports')
-rw-r--r-- | os/common/ports/AVR/chcore.c | 2 |
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
|