aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-17 17:23:16 +0300
committerbarthess <barthess@yandex.ru>2016-10-17 17:23:16 +0300
commit709addd02d5c885870b9d222c068a02165e70a0a (patch)
tree99962ed8c5d1211df154d3dfaf2e24cb0e3a2b82 /os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h
parentf7325f649095d56051f783106f7c622518aae937 (diff)
downloadChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.tar.gz
ChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.tar.bz2
ChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.zip
Updated include guards
Diffstat (limited to 'os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h
index cef6772..b419168 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sdram.h
@@ -18,15 +18,15 @@
*/
/**
- * @file fsmc_sdram.h
+ * @file hal_fsmc_sdram.h
* @brief SDRAM Driver subsystem low level driver header.
*
* @addtogroup SDRAM
* @{
*/
-#ifndef _FMC_SDRAM_H_
-#define _FMC_SDRAM_H_
+#ifndef HAL_FMC_SDRAM_H_
+#define HAL_FMC_SDRAM_H_
#if (defined(STM32F427xx) || defined(STM32F437xx) || \
defined(STM32F429xx) || defined(STM32F439xx))
@@ -166,6 +166,6 @@ extern "C" {
#endif /* STM32F427xx / STM32F429xx / STM32F437xx / STM32F439xx */
-#endif /* _FMC_SDRAM_H_ */
+#endif /* HAL_FMC_SDRAM_H_ */
/** @} */