aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-30 13:03:32 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-30 13:03:32 +0100
commit05913b8055080125374af839f0f6baba53792d1b (patch)
tree7bd42dd46f975cc68a9c8e34ab928d4e5c36fd79 /os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h
parent915b474b02349add9c17fa43ff0351503c3c5020 (diff)
downloadChibiOS-Contrib-05913b8055080125374af839f0f6baba53792d1b.tar.gz
ChibiOS-Contrib-05913b8055080125374af839f0f6baba53792d1b.tar.bz2
ChibiOS-Contrib-05913b8055080125374af839f0f6baba53792d1b.zip
Cleaning FSMC code
Diffstat (limited to 'os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h')
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h
index 7af18c4..857a96e 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_sram_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef HAL_FSMC_SRAM_H_
-#define HAL_FSMC_SRAM_H_
+#ifndef HAL_SRAM_LLD_H_
+#define HAL_SRAM_LLD_H_
#include "hal_fsmc.h"
@@ -86,6 +86,6 @@ extern "C" {
#endif /* STM32_SRAM_USE_SRAM */
-#endif /* HAL_FSMC_SRAM_H_ */
+#endif /* HAL_SRAM_LLD_H_ */
/** @} */