stm32h7/stm32_sdmmc.c: fix compilation
This commit is contained in:
parent
7f27129896
commit
71d7028c4a
@ -2936,7 +2936,7 @@ static sdio_eventset_t stm32_eventwait(struct sdio_dev_s *dev)
|
|||||||
* incremented and there will be no wait.
|
* incremented and there will be no wait.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ret = nxsem_wait_uninterruptible(priv);
|
ret = nxsem_wait_uninterruptible(&priv->waitsem);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
/* Task canceled. Cancel the wdog (assuming it was started) and
|
/* Task canceled. Cancel the wdog (assuming it was started) and
|
||||||
|
Loading…
Reference in New Issue
Block a user