Fix comment
This commit is contained in:
parent
ef2b83cc03
commit
7bda01ec24
@ -601,7 +601,7 @@ impl SdmmcInner {
|
||||
// NOTE(unsafe) We have exclusive access to the peripheral
|
||||
unsafe {
|
||||
// While the SD/SDIO card or eMMC is in identification mode,
|
||||
// the SDMMC_CK frequency must be less than 400 kHz.
|
||||
// the SDMMC_CK frequency must be no more than 400 kHz.
|
||||
let (clkdiv, init_clock) = unwrap!(clk_div(ker_ck, SD_INIT_FREQ.0));
|
||||
*clock = init_clock;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user