Skip to content

Commit 12594be

Browse files
bors[bot]Pcrab
andauthored
Merge #398
398: Fix a spell mistake r=burrbull a=Pcrab Thanks for contributing to the project! Please write a short description of your changes. We also maintain a changelog in CHANGELOG.md. If you add a feature or fix a bug, please add an entry there :) Co-authored-by: Pcrab <43703639+Pcrab@users.noreply.github.com>
2 parents f2dfe9a + c7b5e24 commit 12594be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serial-interrupt-idle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() -> ! {
4242
let tx = gpiob.pb6.into_alternate_push_pull(&mut gpiob.crl);
4343
let rx = gpiob.pb7;
4444

45-
// Set up the usart device. Taks ownership over the USART register and tx/rx pins. The rest of
45+
// Set up the usart device. Takes ownership over the USART register and tx/rx pins. The rest of
4646
// the registers are used to enable and configure the device.
4747
let (mut tx, mut rx) = Serial::usart1(
4848
p.USART1,

0 commit comments

Comments
 (0)