fix prelude naming

This commit is contained in:
Robin Müller 2021-11-06 16:19:38 +01:00
parent 9020fc92d0
commit 1e1b7f3c9f
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//! Prelude
pub use embedded_hal::prelude::*;
pub use crate::gpio::GpioExt as _stm32h7xx_hal_gpio_GpioExt;
pub use crate::gpio::GpioExt as _va108xx_hal_gpio_GpioExt;