SDIO. Fixed testhal code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7694 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
39592bc15c
commit
9e2c12eb74
|
@ -26,7 +26,8 @@
|
||||||
* SDIO configuration.
|
* SDIO configuration.
|
||||||
*/
|
*/
|
||||||
static const SDCConfig sdccfg = {
|
static const SDCConfig sdccfg = {
|
||||||
SDC_MODE_4BIT
|
SDC_MODE_4BIT,
|
||||||
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue