nightly fmt
This commit is contained in:
parent
7be84f137c
commit
6d19f2fd4c
@ -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> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user