aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.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_sram.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_sram.h')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.h
index 529bdc7..5e749a8 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.h
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.h
@@ -15,15 +15,15 @@
*/
/**
- * @file fsmc_sram.h
+ * @file hal_fsmc_sram.h
* @brief SRAM Driver subsystem low level driver header.
*
* @addtogroup SRAM
* @{
*/
-#ifndef _FSMC_SRAM_H_
-#define _FSMC_SRAM_H_
+#ifndef HAL_FSMC_SRAM_H_
+#define HAL_FSMC_SRAM_H_
#include "hal_fsmc.h"
@@ -167,6 +167,6 @@ extern "C" {
#endif /* STM32_USE_FSMC_SRAM */
-#endif /* _FSMC_SRAM_H_ */
+#endif /* HAL_FSMC_SRAM_H_ */
/** @} */