Skip to content

Commit 60943f2

Browse files
committed
Added IopctlFunctionPin to flexspi_nor_storage_bus
1 parent 7c5404f commit 60943f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flexspi_nor_storage_bus.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use storage_bus::nor::{
1313
};
1414

1515
use crate::clocks::enable_and_reset;
16-
use crate::iopctl::IopctlPin as Pin;
16+
use crate::iopctl::{IopctlFunctionPin, IopctlPin as Pin};
1717
use crate::pac::flexspi::ahbcr::*;
1818
use crate::pac::flexspi::flshcr1::*;
1919
use crate::pac::flexspi::flshcr2::*;

0 commit comments

Comments
 (0)