Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit 9bfc462

Browse files
committed
rcc: improve documentation of the LSI clock rate
1 parent dd9d6c1 commit 9bfc462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ impl CSR {
263263
unsafe { &(*RCC::ptr()).csr }
264264
}
265265

266-
/// Enable the 40 kHz LSI clock
266+
/// Enable the LSI clock around 40 kHz (30..60 kHz)
267267
///
268268
/// Needed for the Independent Watchdog (IWDG) periphal and the
269269
/// Auto-Wakeup Unit (AWU)

0 commit comments

Comments
 (0)