Skip to content

Commit

Permalink
Expose BankSelect and related error
Browse files Browse the repository at this point in the history
  • Loading branch information
ElouanPetereau committed Sep 1, 2023
1 parent 111e922 commit 729211b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xspi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
mod qspi;
#[cfg(any(feature = "rm0433", feature = "rm0399"))]
pub use common::{
Bank, Xspi as Qspi, XspiError as QspiError, XspiMode as QspiMode,
XspiWord as QspiWord,
Bank, BankError, BankSelect, Xspi as Qspi, XspiError as QspiError,
XspiMode as QspiMode, XspiWord as QspiWord,
};
#[cfg(any(feature = "rm0433", feature = "rm0399"))]
pub use qspi::QspiExt as XspiExt;
Expand Down

0 comments on commit 729211b

Please sign in to comment.