Skip to content

Commit 3a82b98

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ 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::{
144+
FmcSdramConfiguration, FmcSdramTiming, PinsSdram, Sdram, SdramChip,
145+
SdramPinSet, SdramTargetBank,
146+
};
144147

145148
/// Memory device definitions
146149
pub mod devices;

0 commit comments

Comments
 (0)