Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4
This commit is contained in:
commit
b1bc034a7e
@ -1197,6 +1197,7 @@ impl FirmwareWriter {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use core::convert::Infallible;
|
use core::convert::Infallible;
|
||||||
|
|
||||||
use embedded_storage::nor_flash::ErrorType;
|
use embedded_storage::nor_flash::ErrorType;
|
||||||
use embedded_storage_async::nor_flash::ReadNorFlash as AsyncReadNorFlash;
|
use embedded_storage_async::nor_flash::ReadNorFlash as AsyncReadNorFlash;
|
||||||
use futures::executor::block_on;
|
use futures::executor::block_on;
|
||||||
|
Loading…
Reference in New Issue
Block a user