Fixed warnings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16333 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
53dd7ef00e
commit
d64f5151c5
|
@ -26,7 +26,8 @@
|
||||||
* SDIO configuration.
|
* SDIO configuration.
|
||||||
*/
|
*/
|
||||||
static const SDCConfig sdccfg = {
|
static const SDCConfig sdccfg = {
|
||||||
SDC_MODE_4BIT
|
.bus_width = SDC_MODE_4BIT,
|
||||||
|
.slowdown = 0U
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue