Skip to content

Commit 9503b8d

Browse files
committed
examples/serial_parity: Fix missing import of Parity
1 parent a806ce2 commit 9503b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serial_parity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use cortex_m_rt::entry;
1515
use stm32f7xx_hal::{
1616
pac,
1717
prelude::*,
18-
serial::{self, Serial, DataBits},
18+
serial::{self, Serial, DataBits, Parity},
1919
};
2020

2121
#[entry]

0 commit comments

Comments
 (0)