aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:48:56 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:48:56 +0000
commit691bfc683e70786c07fed664a0e98b3d9dc1207c (patch)
treea5731c09eac1e8bb14b27fa640de40d33530fdb0
parent23882d6b70b33bfe1e481fdd643e8a09d984c666 (diff)
downloadChibiOS-691bfc683e70786c07fed664a0e98b3d9dc1207c.tar.gz
ChibiOS-691bfc683e70786c07fed664a0e98b3d9dc1207c.tar.bz2
ChibiOS-691bfc683e70786c07fed664a0e98b3d9dc1207c.zip
Change the macro and comment on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10188 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/AVR/hal_gpt_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_gpt_lld.h b/os/hal/ports/AVR/hal_gpt_lld.h
index b81b11808..17ad61521 100644
--- a/os/hal/ports/AVR/hal_gpt_lld.h
+++ b/os/hal/ports/AVR/hal_gpt_lld.h
@@ -21,14 +21,14 @@
/**
* @file hal_gpt_lld.h
- * @brief AVR GPT driver subsystem low level driver.
+ * @brief AVR GPT driver subsystem low level driver header.
*
* @addtogroup GPT
* @{
*/
-#ifndef _GPT_LLD_H_
-#define _GPT_LLD_H_
+#ifndef GPT_LLD_H
+#define GPT_LLD_H
#if HAL_USE_GPT || defined(__DOXYGEN__)
@@ -216,6 +216,6 @@ extern "C" {
#endif /* HAL_USE_GPT */
-#endif /* _GPT_LLD_H_ */
+#endif /* GPT_LLD_H */
/** @} */