Add missing set_default_layout() in "other" family
This commit is contained in:
parent
14e3e72b0f
commit
87acf5f50f
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
use super::{Error, FlashRegion, FlashSector, FLASH_REGIONS, WRITE_SIZE};
|
use super::{Error, FlashRegion, FlashSector, FLASH_REGIONS, WRITE_SIZE};
|
||||||
|
|
||||||
|
pub const fn set_default_layout() {}
|
||||||
|
|
||||||
pub const fn get_flash_regions() -> &'static [&'static FlashRegion] {
|
pub const fn get_flash_regions() -> &'static [&'static FlashRegion] {
|
||||||
&FLASH_REGIONS
|
&FLASH_REGIONS
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user