We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4a48e commit 18b55ebCopy full SHA for 18b55eb
src/syscfg.rs
@@ -1,6 +1,6 @@
1
-use crate::stm32::{SYSCFG, RCC};
2
-use core::ops::Deref;
3
use crate::bb;
+use crate::stm32::{RCC, SYSCFG};
+use core::ops::Deref;
4
5
/// Extension trait that constrains the `SYSCFG` peripheral
6
pub trait SysCfgExt {
0 commit comments