Skip to content

Commit 84b70c7

Browse files
committed
Rename prelude use statements to match crate name
Signed-off-by: Daniel Egger <[email protected]>
1 parent 22c457c commit 84b70c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/prelude.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub use embedded_hal::prelude::*;
22

3-
pub use crate::gpio::GpioExt as _stm32f042_hal_gpio_GpioExt;
4-
pub use crate::rcc::RccExt as _stm32f042_hal_rcc_RccExt;
5-
pub use crate::time::U32Ext as _stm32f042_hal_time_U32Ext;
3+
pub use crate::gpio::GpioExt as _stm32f0xx_hal_gpio_GpioExt;
4+
pub use crate::rcc::RccExt as _stm32f0xx_hal_rcc_RccExt;
5+
pub use crate::time::U32Ext as _stm32f0xx_hal_time_U32Ext;

0 commit comments

Comments
 (0)