nightly fmt

This commit is contained in:
okhsunrog 2025-05-21 02:43:41 +03:00
parent 7be84f137c
commit 6d19f2fd4c

View File

@ -9,10 +9,9 @@ use super::{
}; };
use crate::Peri; use crate::Peri;
use crate::_generated::FLASH_BASE; use crate::_generated::FLASH_BASE;
use crate::peripherals::FLASH;
#[cfg(eeprom)] #[cfg(eeprom)]
use crate::_generated::{EEPROM_BASE, EEPROM_SIZE}; use crate::_generated::{EEPROM_BASE, EEPROM_SIZE};
use crate::peripherals::FLASH;
/// Internal flash memory driver. /// Internal flash memory driver.
pub struct Flash<'d, MODE = Async> { pub struct Flash<'d, MODE = Async> {