diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-26 19:49:19 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-26 19:49:19 +0000 |
commit | 5dd35df33497363ed2eaee5fca848e48cca90319 (patch) | |
tree | 42ce0f1100513e496ba3fbd30110ae8199603799 /os | |
parent | 5063b55f4c6c6de059744c9febe4edc3213cc144 (diff) | |
download | ChibiOS-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
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/AVR/hal_lld.h | 8 |
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 */
/** @} */
|