aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-10-22 10:33:02 +0300
committerbarthess <barthess@yandex.ru>2014-10-22 10:33:02 +0300
commit5f231b6aaf4f3506b462faed77db0b3a5595d918 (patch)
tree4c7d0acd1cd51045e671667d74624a4b4f5cc33c /testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c
parente52b67e87f5ae2fcef035584de5f38477f6b478e (diff)
downloadChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.tar.gz
ChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.tar.bz2
ChibiOS-Contrib-5f231b6aaf4f3506b462faed77db0b3a5595d918.zip
FSMC. SDRAM. Style cleanup
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;