aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:03:53 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:03:53 +0000
commit7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99 (patch)
tree99f92a8faa611e6e185ddbe0378c6b38ab3c5652 /os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h
parent6443cb37d899f517ab165e56b450bb137e5e7ee1 (diff)
downloadChibiOS-7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99.tar.gz
ChibiOS-7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99.tar.bz2
ChibiOS-7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99.zip
Updated header guards for LLD files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9211 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h')
-rw-r--r--os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h b/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h
index 947520d44..4be5eef82 100644
--- a/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h
+++ b/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _EXT_LLD_ISR_H_
-#define _EXT_LLD_ISR_H_
+#ifndef HAL_EXT_LLD_ISR_H
+#define HAL_EXT_LLD_ISR_H
#if HAL_USE_EXT || defined(__DOXYGEN__)
@@ -109,6 +109,6 @@ extern "C" {
#endif /* HAL_USE_EXT */
-#endif /* _EXT_LLD_ISR_H_ */
+#endif /* HAL_EXT_LLD_ISR_H */
/** @} */