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