Fix build of not implemented family
This commit is contained in:
parent
5a12fd6c75
commit
15e1747220
@ -20,7 +20,7 @@ mod family;
|
|||||||
flash_l0, flash_l1, flash_l4, flash_wl, flash_wb, flash_f3, flash_f4, flash_f7, flash_h7
|
flash_l0, flash_l1, flash_l4, flash_wl, flash_wb, flash_f3, flash_f4, flash_f7, flash_h7
|
||||||
)))]
|
)))]
|
||||||
mod family {
|
mod family {
|
||||||
use super::{Error, FlashSector};
|
use super::{Error, FlashSector, WRITE_SIZE};
|
||||||
|
|
||||||
pub(crate) unsafe fn lock() {
|
pub(crate) unsafe fn lock() {
|
||||||
unimplemented!();
|
unimplemented!();
|
||||||
|
Loading…
Reference in New Issue
Block a user