Skip to content

Commit

Permalink
Export FlashExt in prelude for consistency
Browse files Browse the repository at this point in the history
Fixes: eupn#15
Fixes: 28886ae

Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp authored and Thibaud Toullier committed Dec 6, 2024
1 parent 3a01f24 commit fea1212
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 @@ -7,7 +7,7 @@ pub use embedded_hal::digital::v2::OutputPin;
pub use crate::datetime::U32Ext as _stm32wb_hal_datetime_U32Ext;
pub use crate::ipcc::IpccExt as _stm32wb_hal_ipcc_IpccExt;
//pub use crate::dma::DmaExt as _stm32wb_hal_DmaExt;
//pub use crate::flash::FlashExt as _stm32wb_hal_FlashExt;
pub use crate::flash::FlashExt as _stm32wb_hal_FlashExt;
pub use crate::gpio::GpioExt as _stm32wb_hal_GpioExt;
pub use crate::pwm::PwmExt1 as _stm32l4_hal_PwmExt1;
pub use crate::pwm::PwmExt2 as _stm32l4_hal_PwmExt2;
Expand Down

0 comments on commit fea1212

Please sign in to comment.