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:
Uladzimir Pylinski 2015-02-19 15:27:55 +00:00
parent 39592bc15c
commit 9e2c12eb74
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
* SDIO configuration.
*/
static const SDCConfig sdccfg = {
SDC_MODE_4BIT
SDC_MODE_4BIT,
NULL
};
/*