Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4

This commit is contained in:
Mehmet Ali Anil 2023-03-07 23:21:39 +01:00
commit b1bc034a7e

View File

@ -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;