Skip to content

Commit 19fb4c8

Browse files
Disasmdbrgn
authored andcommitted
Strip confusing comment
1 parent 406186d commit 19fb4c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/serial.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ impl Pins<USART3> for (PD8<Alternate<PushPull>>, PD9<Input<Floating>>) {
116116
}
117117

118118
/// Internal trait for the serial read / write logic.
119-
///
120-
/// Note that reading / writing is done on the USART peripheral, not on the
121-
/// rx / tx pins!
122119
trait UsartReadWrite: Deref<Target=crate::stm32::usart1::RegisterBlock> {
123120
fn read(&self) -> nb::Result<u8, Error> {
124121
let sr = self.sr.read();

0 commit comments

Comments
 (0)