diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2015-02-18 14:14:46 +0000 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2015-02-18 14:14:46 +0000 |
commit | e031b603dfd817f59f83ee2432414425ff9128e0 (patch) | |
tree | 7ef29bb63bf63e1aa88ae1475170e4ca6b39abb5 /testhal/STM32 | |
parent | 5b1371355936ee830e3397c2446206b612742db8 (diff) | |
download | ChibiOS-e031b603dfd817f59f83ee2432414425ff9128e0.tar.gz ChibiOS-e031b603dfd817f59f83ee2432414425ff9128e0.tar.bz2 ChibiOS-e031b603dfd817f59f83ee2432414425ff9128e0.zip |
SDIO. Fixed demo code for updated driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7688 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F4xx/SDC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/SDC/main.c b/testhal/STM32/STM32F4xx/SDC/main.c index 9237c7c1f..dfff331e4 100644 --- a/testhal/STM32/STM32F4xx/SDC/main.c +++ b/testhal/STM32/STM32F4xx/SDC/main.c @@ -26,7 +26,7 @@ * SDIO configuration.
*/
static const SDCConfig sdccfg = {
- 0
+ SDC_MODE_4BIT
};
/*
|