We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5404f commit 60943f2Copy full SHA for 60943f2
src/flexspi_nor_storage_bus.rs
@@ -13,7 +13,7 @@ use storage_bus::nor::{
13
};
14
15
use crate::clocks::enable_and_reset;
16
-use crate::iopctl::IopctlPin as Pin;
+use crate::iopctl::{IopctlFunctionPin, IopctlPin as Pin};
17
use crate::pac::flexspi::ahbcr::*;
18
use crate::pac::flexspi::flshcr1::*;
19
use crate::pac::flexspi::flshcr2::*;
0 commit comments