Skip to content

Commit

Permalink
Merge pull request #133 from jordens/serial1-l07x
Browse files Browse the repository at this point in the history
prelude: add Serial1Ext
  • Loading branch information
hannobraun committed Nov 19, 2020
2 parents 5e32fa4 + 22cf731 commit e58a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub use crate::{
pub use crate::i2c::I2cExt as _;

#[cfg(any(feature = "io-STM32L051", feature = "io-STM32L071",))]
pub use crate::serial::Serial1LpExt as _;
pub use crate::serial::{Serial1Ext as _, Serial1LpExt as _};
#[cfg(any(
feature = "io-STM32L021",
feature = "io-STM32L031",
Expand Down

0 comments on commit e58a2ce

Please sign in to comment.