SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1
This commit is contained in:
parent
dac363d43e
commit
11a515eca0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user