Skip to content

Commit

Permalink
Export FmcSdramConfiguration and FmcSdramTiming structs
Browse files Browse the repository at this point in the history
This allows implementing SdramChip outside of this crate
  • Loading branch information
Gustaf Lindstedt committed Nov 7, 2020
1 parent 4e18ac3 commit 3a82b98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ pub use fmc::*;
#[cfg(feature = "sdram")]
mod sdram;
#[cfg(feature = "sdram")]
pub use sdram::{PinsSdram, Sdram, SdramChip, SdramPinSet, SdramTargetBank};
pub use sdram::{
FmcSdramConfiguration, FmcSdramTiming, PinsSdram, Sdram, SdramChip,
SdramPinSet, SdramTargetBank,
};

/// Memory device definitions
pub mod devices;
Expand Down

0 comments on commit 3a82b98

Please sign in to comment.