From 5f231b6aaf4f3506b462faed77db0b3a5595d918 Mon Sep 17 00:00:00 2001 From: barthess Date: Wed, 22 Oct 2014 10:33:02 +0300 Subject: FSMC. SDRAM. Style cleanup --- testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/main.c') 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 @@ -49,7 +49,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; -- cgit v1.2.3