From e42ca31b0f62818ed84c144eea7195515da7924f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 23 Feb 2015 14:23:15 +0000 Subject: limit the use of scratchpad buffer git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7697 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F4xx/SDC/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/STM32F4xx/SDC/main.c') diff --git a/testhal/STM32/STM32F4xx/SDC/main.c b/testhal/STM32/STM32F4xx/SDC/main.c index 60b6a75eb..ee5725a36 100644 --- a/testhal/STM32/STM32F4xx/SDC/main.c +++ b/testhal/STM32/STM32F4xx/SDC/main.c @@ -31,8 +31,8 @@ static uint8_t sd_scratchpad[512]; * SDIO configuration. */ static const SDCConfig sdccfg = { - SDC_MODE_4BIT, - sd_scratchpad + sd_scratchpad, + SDC_MODE_4BIT }; /* -- cgit v1.2.3