We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c457c commit 84b70c7Copy full SHA for 84b70c7
src/prelude.rs
@@ -1,5 +1,5 @@
1
pub use embedded_hal::prelude::*;
2
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;
+pub use crate::gpio::GpioExt as _stm32f0xx_hal_gpio_GpioExt;
+pub use crate::rcc::RccExt as _stm32f0xx_hal_rcc_RccExt;
+pub use crate::time::U32Ext as _stm32f0xx_hal_time_U32Ext;
0 commit comments