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:
Giovanni Di Sirio 2023-07-17 12:43:49 +00:00
parent 53dd7ef00e
commit d64f5151c5
1 changed files with 2 additions and 1 deletions

View File

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