aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/SDC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/SDC/main.c')
-rw-r--r--testhal/STM32/STM32F4xx/SDC/main.c4
1 files changed, 2 insertions, 2 deletions
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
};
/*