Fix build of not implemented family
This commit is contained in:
parent
5a12fd6c75
commit
15e1747220
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ mod family;
|
|||
flash_l0, flash_l1, flash_l4, flash_wl, flash_wb, flash_f3, flash_f4, flash_f7, flash_h7
|
||||
)))]
|
||||
mod family {
|
||||
use super::{Error, FlashSector};
|
||||
use super::{Error, FlashSector, WRITE_SIZE};
|
||||
|
||||
pub(crate) unsafe fn lock() {
|
||||
unimplemented!();
|
||||
|
|
Loading…
Add table
Reference in a new issue