Last fmt hopefully
This commit is contained in:
		@@ -5,7 +5,7 @@ use embassy_sync::blocking_mutex::raw::NoopRawMutex;
 | 
			
		||||
use embassy_sync::blocking_mutex::Mutex;
 | 
			
		||||
use embedded_storage::nor_flash::{NorFlash, NorFlashError, NorFlashErrorKind};
 | 
			
		||||
 | 
			
		||||
use crate::{State, BOOT_MAGIC, STATE_ERASE_VALUE, SWAP_MAGIC, DFU_DETACH_MAGIC};
 | 
			
		||||
use crate::{State, BOOT_MAGIC, DFU_DETACH_MAGIC, STATE_ERASE_VALUE, SWAP_MAGIC};
 | 
			
		||||
 | 
			
		||||
/// Errors returned by bootloader
 | 
			
		||||
#[derive(PartialEq, Eq, Debug)]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user