Cleanup
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user