mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 08:12:30 +00:00
Fix import on SDMMC
This commit is contained in:
parent
1689ab2f8b
commit
f5860c3c4c
@ -1502,6 +1502,7 @@ macro_rules! impl_sdmmc_pin {
|
||||
#[cfg(feature = "sdmmc-rs")]
|
||||
mod sdmmc_rs {
|
||||
use super::*;
|
||||
use core::future::Future;
|
||||
use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
|
||||
|
||||
impl<'d, T: Instance, P: Pins<T>> BlockDevice for Sdmmc<'d, T, P> {
|
||||
|
Loading…
Reference in New Issue
Block a user