aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c b/testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c
index 9e107fb..4a3497d 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c
+++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c
@@ -50,7 +50,6 @@ write memtest function using ideas from http://www.memtest86.com/technical.htm
*/
/*
-/*
******************************************************************************
* GLOBAL VARIABLES
******************************************************************************
@@ -81,7 +80,6 @@ static const SDRAMConfig sdram_cfg = {
(2 << 24) // FMC_RCDDelay = 2 (TRCD: 20ns => 2x11.11ns)
};
-
/* benchmarking results in MiB/S */
double memset_speed_ext;
double memset_speed_int;