mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1
This commit is contained in:
parent
dac363d43e
commit
11a515eca0
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue