mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 01:46:35 +00:00
stm32_sdio.c edited online with Bitbucket
This commit is contained in:
parent
3dbdb3bb31
commit
9066b4c093
1 changed files with 1 additions and 1 deletions
|
|
@ -1629,7 +1629,7 @@ static sdio_capset_t stm32_capabilities(FAR struct sdio_dev_s *dev)
|
|||
|
||||
#ifdef CONFIG_STM32_SDIO_WIDTH_D1_ONLY
|
||||
caps |= SDIO_CAPS_1BIT_ONLY;
|
||||
#else
|
||||
#endif
|
||||
#ifdef CONFIG_STM32_SDIO_DMA
|
||||
caps |= SDIO_CAPS_DMASUPPORTED;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue