aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-04-04 09:26:36 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-04-04 09:26:36 +0100
commit496e7f5e89bcff02eb47c19f3293e73c945a211f (patch)
treef6fde5652e7dbca3a12931d2a0bd3c44ca6a2dc1 /os/hal/ports/KINETIS/LLD/hal_pal_lld.h
parent51703da9dfc26179be2ae096a21e84d3ed725aa6 (diff)
downloadChibiOS-Contrib-496e7f5e89bcff02eb47c19f3293e73c945a211f.tar.gz
ChibiOS-Contrib-496e7f5e89bcff02eb47c19f3293e73c945a211f.tar.bz2
ChibiOS-Contrib-496e7f5e89bcff02eb47c19f3293e73c945a211f.zip
[KINETIS] Rename header guards in HAL.
Diffstat (limited to 'os/hal/ports/KINETIS/LLD/hal_pal_lld.h')
-rw-r--r--os/hal/ports/KINETIS/LLD/hal_pal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/KINETIS/LLD/hal_pal_lld.h b/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
index 2bd9872..05749d5 100644
--- a/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
+++ b/os/hal/ports/KINETIS/LLD/hal_pal_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _PAL_LLD_H_
-#define _PAL_LLD_H_
+#ifndef HAL_PAL_LLD_H_
+#define HAL_PAL_LLD_H_
#if HAL_USE_PAL || defined(__DOXYGEN__)
@@ -381,6 +381,6 @@ extern "C" {
#endif /* HAL_USE_PAL */
-#endif /* _PAL_LLD_H_ */
+#endif /* HAL_PAL_LLD_H_ */
/** @} */