aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:19 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:19 +0000
commit5dd35df33497363ed2eaee5fca848e48cca90319 (patch)
tree42ce0f1100513e496ba3fbd30110ae8199603799
parent5063b55f4c6c6de059744c9febe4edc3213cc144 (diff)
downloadChibiOS-5dd35df33497363ed2eaee5fca848e48cca90319.tar.gz
ChibiOS-5dd35df33497363ed2eaee5fca848e48cca90319.tar.bz2
ChibiOS-5dd35df33497363ed2eaee5fca848e48cca90319.zip
Change the file name and macro on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10191 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/AVR/hal_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_lld.h b/os/hal/ports/AVR/hal_lld.h
index 5a30af9e5..eca18ffc3 100644
--- a/os/hal/ports/AVR/hal_lld.h
+++ b/os/hal/ports/AVR/hal_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file AVR/hal_lld.h
+ * @file hal_lld.h
* @brief AVR HAL subsystem low level driver header.
*
* @addtogroup HAL
* @{
*/
-#ifndef _HAL_LLD_H_
-#define _HAL_LLD_H_
+#ifndef HAL_LLD_H
+#define HAL_LLD_H
/*===========================================================================*/
/* Driver constants. */
@@ -67,6 +67,6 @@ extern "C" {
}
#endif
-#endif /* _HAL_LLD_H_ */
+#endif /* HAL_LLD_H */
/** @} */