Skip to content

Commit

Permalink
Add import for is42s32400f
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Aug 4, 2024
1 parent f46710b commit c72812c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/devices/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ mod is42s16400j;
#[cfg(feature = "sdram")]
pub use is42s16400j::*;

#[cfg(feature = "sdram")]
mod is42s32400f;
#[cfg(feature = "sdram")]
pub use is42s32400f::*;

#[cfg(feature = "sdram")]
mod is42s32800g;
#[cfg(feature = "sdram")]
Expand Down

0 comments on commit c72812c

Please sign in to comment.