aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/LLD
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-09-02 14:15:31 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-09-02 14:15:31 +0000
commit1e1f041b87bcfa52879c6dc5567a3240aef6673a (patch)
tree1741cca1a807518babae270ae938f8a67b6bf2d8 /os/hal/ports/AVR/MEGA/LLD
parent94c03cf54c3ec35b05ca2c31b1d60129fff6f3da (diff)
downloadChibiOS-1e1f041b87bcfa52879c6dc5567a3240aef6673a.tar.gz
ChibiOS-1e1f041b87bcfa52879c6dc5567a3240aef6673a.tar.bz2
ChibiOS-1e1f041b87bcfa52879c6dc5567a3240aef6673a.zip
Correct comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10532 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR/MEGA/LLD')
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c5
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h10
2 files changed, 7 insertions, 8 deletions
diff --git a/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c
index 18f180199..31bd13b14 100644
--- a/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c
+++ b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.c
@@ -15,8 +15,8 @@
*/
/**
- * @file AVR/hal_ext_lld.c
- * @brief AVR EXT subsystem low level driver source.
+ * @file EXTv1/hal_ext_lld.c
+ * @brief AVR/MEGA EXT subsystem low level driver source.
*
* @addtogroup EXT
* @{
@@ -374,4 +374,3 @@ void ext_lld_stop(EXTDriver *extp) {
#endif /* HAL_USE_EXT */
/** @} */
-
diff --git a/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
index 6707f9cda..2d14150e3 100644
--- a/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
+++ b/os/hal/ports/AVR/MEGA/LLD/EXTv1/hal_ext_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file AVR/hal_ext_lld.h
- * @brief EXT Driver subsystem low level driver source.
+ * @file EXTv1/hal_ext_lld.h
+ * @brief AVR/MEGA EXT subsystem low level driver header.
*
* @addtogroup EXT
* @{
*/
-#ifndef _HAL_EXT_LLD_H_
-#define _HAL_EXT_LLD_H_
+#ifndef HAL_EXT_LLD_H
+#define HAL_EXT_LLD_H
#if HAL_USE_EXT || defined(__DOXYGEN__)
@@ -131,5 +131,5 @@ extern "C" {
#endif /* HAL_USE_EXT */
-#endif /* _HAL_EXT_LLD_H_ */
+#endif /* HAL_EXT_LLD_H */