Merged in dagar/nuttx/pr-fixCompileError (pull request #660)
stm32f7: Fix compile error caused by intentional use of fall through Approved-by: Sebastien Lorquet <sebastien@lorquet.fr> Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
589e3aa54e
commit
68418262a5
@ -1943,6 +1943,8 @@ static void stm32_clock(FAR struct sdio_dev_s *dev, enum sdio_clock_e rate)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FALLTHROUGH */
|
||||||
|
|
||||||
/* SD normal operation clocking (narrow 1-bit mode) */
|
/* SD normal operation clocking (narrow 1-bit mode) */
|
||||||
|
|
||||||
case CLOCK_SD_TRANSFER_1BIT:
|
case CLOCK_SD_TRANSFER_1BIT:
|
||||||
|
Loading…
Reference in New Issue
Block a user