Fix build of not implemented family

This commit is contained in:
Rasmus Melchior Jacobsen 2023-03-29 14:10:16 +02:00
parent 5a12fd6c75
commit 15e1747220

View File

@ -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!();