mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
stm32h7/stm32_sdmmc.c: fix compilation
This commit is contained in:
parent
7f27129896
commit
71d7028c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -2936,7 +2936,7 @@ static sdio_eventset_t stm32_eventwait(struct sdio_dev_s *dev)
|
|||
* incremented and there will be no wait.
|
||||
*/
|
||||
|
||||
ret = nxsem_wait_uninterruptible(priv);
|
||||
ret = nxsem_wait_uninterruptible(&priv->waitsem);
|
||||
if (ret < 0)
|
||||
{
|
||||
/* Task canceled. Cancel the wdog (assuming it was started) and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue