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 6790f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub use fmc::*;
#[cfg(feature = "sdram")]
mod sdram;
#[cfg(feature = "sdram")]
pub use sdram::{PinsSdram, Sdram, SdramChip, SdramPinSet, SdramTargetBank};
pub use sdram::{PinsSdram, Sdram, SdramChip, SdramPinSet, SdramTargetBank, FmcSdramConfiguration, FmcSdramTiming};

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

0 comments on commit 6790f3d

Please sign in to comment.