Add missing set_default_layout() in "other" family

This commit is contained in:
Rasmus Melchior Jacobsen 2023-05-23 23:01:55 +02:00
parent 14e3e72b0f
commit 87acf5f50f

View file

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