Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Dec 22, 2023
1 parent 1f116fb commit f31d947
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nrf-softdevice/src/flash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ use core::sync::atomic::{AtomicBool, Ordering};
use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex;
use embassy_sync::signal::Signal;
use embedded_storage::nor_flash::{ErrorType, NorFlashError, NorFlashErrorKind, ReadNorFlash};
use embedded_storage_async::nor_flash::{NorFlash as AsyncNorFlash, ReadNorFlash as AsyncReadNorFlash, MultiReadNorFlash as AsyncMultiReadNorFlash, MultiwriteNorFlash};
use embedded_storage_async::nor_flash::{
MultiReadNorFlash as AsyncMultiReadNorFlash, MultiwriteNorFlash, NorFlash as AsyncNorFlash,
ReadNorFlash as AsyncReadNorFlash,
};

use crate::util::DropBomb;
use crate::{raw, RawError, Softdevice};
Expand Down

0 comments on commit f31d947

Please sign in to comment.