This commit is contained in:
chemicstry
2022-03-16 23:55:07 +02:00
parent 224071f08e
commit 9d71acc49e
4 changed files with 18 additions and 14 deletions

View File

@ -31,7 +31,8 @@ async fn main(_spawner: Spawner, p: Peripherals) -> ! {
p.DMA2_CH3,
);
info!("Configured clock: {}", sdmmc.clock.0);
// Should print 400kHz for initialization
info!("Configured clock: {}", sdmmc.clock().0);
unwrap!(sdmmc.init_card(25.mhz()).await);