aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/SDIO/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/SDIO/main.c')
-rw-r--r--testhal/STM32/SDIO/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/SDIO/main.c b/testhal/STM32/SDIO/main.c
index 3e7971f49..3194921f4 100644
--- a/testhal/STM32/SDIO/main.c
+++ b/testhal/STM32/SDIO/main.c
@@ -25,6 +25,7 @@
* SDIO configuration.
*/
static const SDCConfig sdccfg = {
+ 0
};
/*
@@ -53,5 +54,4 @@ int main(void) {
while (TRUE) {
chThdSleepMilliseconds(500);
}
- return 0;
}