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 f2dfe9a commit c7b5e24Copy full SHA for c7b5e24
examples/serial-interrupt-idle.rs
@@ -42,7 +42,7 @@ fn main() -> ! {
42
let tx = gpiob.pb6.into_alternate_push_pull(&mut gpiob.crl);
43
let rx = gpiob.pb7;
44
45
- // Set up the usart device. Taks ownership over the USART register and tx/rx pins. The rest of
+ // Set up the usart device. Takes ownership over the USART register and tx/rx pins. The rest of
46
// the registers are used to enable and configure the device.
47
let (mut tx, mut rx) = Serial::usart1(
48
p.USART1,
0 commit comments