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:
Daniel Agar 2018-06-25 16:33:56 +00:00 committed by GregoryN
parent 589e3aa54e
commit 68418262a5

View File

@ -1943,6 +1943,8 @@ static void stm32_clock(FAR struct sdio_dev_s *dev, enum sdio_clock_e rate)
break;
}
/* FALLTHROUGH */
/* SD normal operation clocking (narrow 1-bit mode) */
case CLOCK_SD_TRANSFER_1BIT: