summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src/up_deselectsram.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/src/up_deselectsram.c')
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_deselectsram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/up_deselectsram.c b/nuttx/configs/stm3240g-eval/src/up_deselectsram.c
index ab01303fb..e4ed3bb45 100644
--- a/nuttx/configs/stm3240g-eval/src/up_deselectsram.c
+++ b/nuttx/configs/stm3240g-eval/src/up_deselectsram.c
@@ -85,7 +85,7 @@ void stm32_deselectsram(void)
/* Bank1 NOR/SRAM timing register configuration */
putreg32(FSMC_BTR_RSTVALUE, STM32_FSMC_BTR2);
-
+
/* Disable AHB clocking to the FSMC */
stm32_disablefsmc();