SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1

This commit is contained in:
Gregory Nutt 2013-09-11 09:50:36 -06:00
parent dac363d43e
commit 11a515eca0

View File

@ -2791,7 +2791,7 @@ FAR struct sdio_dev_s *sdio_initialize(int slotno)
#ifdef CONFIG_SAMA5_HSMCI1
if (slotno == 1)
{
/* Select HSMCI0 */
/* Select HSMCI1 */
priv = &g_hsmci1;
@ -2828,7 +2828,7 @@ FAR struct sdio_dev_s *sdio_initialize(int slotno)
#ifdef CONFIG_SAMA5_HSMCI2
if (slotno == 2)
{
/* Select HSMCI0 */
/* Select HSMCI2 */
priv = &g_hsmci2;