aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:12 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:12 +0000
commit5063b55f4c6c6de059744c9febe4edc3213cc144 (patch)
tree48f42e28c72ca67f29e8442ff26d9e672e99c8e2
parent09fdf34a2516eefd6ddf362b4f83a31145242891 (diff)
downloadChibiOS-5063b55f4c6c6de059744c9febe4edc3213cc144.tar.gz
ChibiOS-5063b55f4c6c6de059744c9febe4edc3213cc144.tar.bz2
ChibiOS-5063b55f4c6c6de059744c9febe4edc3213cc144.zip
Change the file name and macro on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10190 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/AVR/hal_icu_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_icu_lld.h b/os/hal/ports/AVR/hal_icu_lld.h
index d6abdc4c0..ae9588b4a 100644
--- a/os/hal/ports/AVR/hal_icu_lld.h
+++ b/os/hal/ports/AVR/hal_icu_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file AVR/icu_lld.h
+ * @file hal_icu_lld.h
* @brief AVR ICU driver subsystem low level driver header.
*
* @addtogroup ICU
* @{
*/
-#ifndef _ICU_LLD_H_
-#define _ICU_LLD_H_
+#ifndef ICU_LLD_H
+#define ICU_LLD_H
#if HAL_USE_ICU || defined(__DOXYGEN__)
@@ -190,6 +190,6 @@ extern "C" {
#endif /* HAL_USE_ICU */
-#endif /* _ICU_LLD_H_ */
+#endif /* ICU_LLD_H */
/** @} */