fix: add missing impl block for async qspi multiwrite
This commit is contained in:
parent
713457ce00
commit
c924f89ead
1 changed files with 3 additions and 0 deletions
|
@ -639,6 +639,9 @@ mod _eh1 {
|
|||
self.capacity as usize
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "qspi-multiwrite-flash")]
|
||||
impl<'d, T: Instance> embedded_storage_async::nor_flash::MultiwriteNorFlash for Qspi<'d, T> {}
|
||||
}
|
||||
|
||||
pub(crate) mod sealed {
|
||||
|
|
Loading…
Reference in a new issue