aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_pal_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 07:59:24 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 07:59:24 +0000
commitba66be44c7a08186883393efd0c779ee82dc9106 (patch)
tree4c8ef8e33f42efd38fe975342b9b2bdc905b03b4 /os/hal/templates/hal_pal_lld.h
parent248159d1c7a80fb2c85a21e4380e703e39cd5448 (diff)
downloadChibiOS-ba66be44c7a08186883393efd0c779ee82dc9106.tar.gz
ChibiOS-ba66be44c7a08186883393efd0c779ee82dc9106.tar.bz2
ChibiOS-ba66be44c7a08186883393efd0c779ee82dc9106.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9206 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/hal_pal_lld.h')
-rw-r--r--os/hal/templates/hal_pal_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_pal_lld.h b/os/hal/templates/hal_pal_lld.h
index 49f45043c..814b76741 100644
--- a/os/hal/templates/hal_pal_lld.h
+++ b/os/hal/templates/hal_pal_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file pal_lld.h
+ * @file hal_pal_lld.h
* @brief PLATFORM PAL subsystem low level driver header.
*
* @addtogroup PAL
* @{
*/
-#ifndef _PAL_LLD_H_
-#define _PAL_LLD_H_
+#ifndef HAL_PAL_LLD_H
+#define HAL_PAL_LLD_H
#if (HAL_USE_PAL == TRUE) || defined(__DOXYGEN__)
@@ -417,6 +417,6 @@ extern "C" {
#endif /* HAL_USE_PAL == TRUE */
-#endif /* _PAL_LLD_H_ */
+#endif /* HAL_PAL_LLD_H */
/** @} */