Remove Drop for AltFlashLayout

This commit is contained in:
Rasmus Melchior Jacobsen
2023-05-23 22:50:41 +02:00
parent 879c621394
commit faf506b300
7 changed files with 19 additions and 7 deletions

View File

@ -6,6 +6,8 @@ use super::{FlashRegion, FlashSector, FLASH_REGIONS, WRITE_SIZE};
use crate::flash::Error;
use crate::pac;
pub const fn set_default_layout() {}
pub const fn get_flash_regions() -> &'static [&'static FlashRegion] {
&FLASH_REGIONS
}