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 f7f0c1a commit f0dd076Copy full SHA for f0dd076
src/serial.rs
@@ -1347,7 +1347,7 @@ macro_rules! usart_static_clock {
1347
macro_rules! usart_var_clock {
1348
($($usartXclock:ident, $usartXsw:ident, $pclkX:ident),+) => {
1349
$(
1350
- /// Return the currently set source frequency the UART peripheral
+ /// Return the currently set source frequency for the UART peripheral
1351
/// depending on the clock source.
1352
fn $usartXclock(clocks: &Clocks) -> Hertz {
1353
// NOTE(unsafe): atomic read with no side effects
0 commit comments