From 9e2c12eb741938452ec295a1b9809e96174fd71f Mon Sep 17 00:00:00 2001 From: Uladzimir Pylinski Date: Thu, 19 Feb 2015 15:27:55 +0000 Subject: SDIO. Fixed testhal code. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7694 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F4xx/SDC/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F4xx') diff --git a/testhal/STM32/STM32F4xx/SDC/main.c b/testhal/STM32/STM32F4xx/SDC/main.c index dfff331e4..0ab63ed26 100644 --- a/testhal/STM32/STM32F4xx/SDC/main.c +++ b/testhal/STM32/STM32F4xx/SDC/main.c @@ -26,7 +26,8 @@ * SDIO configuration. */ static const SDCConfig sdccfg = { - SDC_MODE_4BIT + SDC_MODE_4BIT, + NULL }; /* -- cgit v1.2.3