We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b782375 commit c14bb7cCopy full SHA for c14bb7c
src/rcc.rs
@@ -14,7 +14,7 @@ impl RccExt for RCC {
14
pclk: None,
15
sysclk: None,
16
clock_src: SysClkSource::HSI,
17
- /// CRS is only available on devices with HSI48
+ // CRS is only available on devices with HSI48
18
#[cfg(any(
19
feature = "stm32f042",
20
feature = "stm32f048",
0 commit comments