aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:48:44 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:48:44 +0000
commit23882d6b70b33bfe1e481fdd643e8a09d984c666 (patch)
treed7617268c296b11ad33105ae48a62cdcb767d946
parent6d57cf42581389fcb755deb81b74abae19daa20f (diff)
downloadChibiOS-23882d6b70b33bfe1e481fdd643e8a09d984c666.tar.gz
ChibiOS-23882d6b70b33bfe1e481fdd643e8a09d984c666.tar.bz2
ChibiOS-23882d6b70b33bfe1e481fdd643e8a09d984c666.zip
Change the macro and comment on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10187 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/AVR/hal_ext_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_ext_lld.h b/os/hal/ports/AVR/hal_ext_lld.h
index c20c553b0..4dc125d27 100644
--- a/os/hal/ports/AVR/hal_ext_lld.h
+++ b/os/hal/ports/AVR/hal_ext_lld.h
@@ -18,14 +18,14 @@
/**
* @file AVR/hal_ext_lld.h
- * @brief EXT Driver subsystem low level driver source.
+ * @brief EXT Driver 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__)
@@ -550,6 +550,6 @@ extern "C" {
#endif /* HAL_USE_EXT */
-#endif /* _HAL_EXT_LLD_H_ */
+#endif /* HAL_EXT_LLD_H */
/** @} */