Skip to content

Commit 6790f3d

Browse files
author
Gustaf Lindstedt
committed
Export FmcSdramConfiguration and FmcSdramTiming structs
This allows implementing SdramChip outside of this crate
1 parent 4e18ac3 commit 6790f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub use fmc::*;
140140
#[cfg(feature = "sdram")]
141141
mod sdram;
142142
#[cfg(feature = "sdram")]
143-
pub use sdram::{PinsSdram, Sdram, SdramChip, SdramPinSet, SdramTargetBank};
143+
pub use sdram::{PinsSdram, Sdram, SdramChip, SdramPinSet, SdramTargetBank, FmcSdramConfiguration, FmcSdramTiming};
144144

145145
/// Memory device definitions
146146
pub mod devices;

0 commit comments

Comments
 (0)