Skip to content

Commit c14bb7c

Browse files
committed
Fix unused doc comment compiler warning in rcc.rs
1 parent b782375 commit c14bb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl RccExt for RCC {
1414
pclk: None,
1515
sysclk: None,
1616
clock_src: SysClkSource::HSI,
17-
/// CRS is only available on devices with HSI48
17+
// CRS is only available on devices with HSI48
1818
#[cfg(any(
1919
feature = "stm32f042",
2020
feature = "stm32f048",

0 commit comments

Comments
 (0)