diff options
| author | chemicstry <[email protected]> | 2022-07-10 21:16:54 +0300 |
|---|---|---|
| committer | chemicstry <[email protected]> | 2022-07-10 21:16:54 +0300 |
| commit | f43545f36ed6bd154c59106c8b7602b10d635a42 (patch) | |
| tree | aa646382e4915bfe232f845194373f517a6c1869 | |
| parent | 85054a7233f3beca236ca7ac3763065b021fa10d (diff) | |
Fix warnings
| -rw-r--r-- | embassy-stm32/src/wdg/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/wdg/mod.rs b/embassy-stm32/src/wdg/mod.rs index 5dbbb5a55..7f63de217 100644 --- a/embassy-stm32/src/wdg/mod.rs +++ b/embassy-stm32/src/wdg/mod.rs | |||
| @@ -5,7 +5,6 @@ use embassy_hal_common::{unborrow, Unborrow}; | |||
| 5 | use stm32_metapac::iwdg::vals::{Key, Pr}; | 5 | use stm32_metapac::iwdg::vals::{Key, Pr}; |
| 6 | 6 | ||
| 7 | use crate::rcc::LSI_FREQ; | 7 | use crate::rcc::LSI_FREQ; |
| 8 | use crate::time::Hertz; | ||
| 9 | 8 | ||
| 10 | pub struct IndependentWatchdog<'d, T: Instance> { | 9 | pub struct IndependentWatchdog<'d, T: Instance> { |
| 11 | wdg: PhantomData<&'d mut T>, | 10 | wdg: PhantomData<&'d mut T>, |
