aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/usart/buffered.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-stm32/src/usart/buffered.rs b/embassy-stm32/src/usart/buffered.rs
index 03c0934f9..edaf41be9 100644
--- a/embassy-stm32/src/usart/buffered.rs
+++ b/embassy-stm32/src/usart/buffered.rs
@@ -246,7 +246,6 @@ impl<'d> BufferedUart<'d> {
246 ) 246 )
247 } 247 }
248 248
249
250 /// Create a new bidirectional buffered UART driver with only RTS pin as the DE pin 249 /// Create a new bidirectional buffered UART driver with only RTS pin as the DE pin
251 pub fn new_with_rts_as_de<T: Instance>( 250 pub fn new_with_rts_as_de<T: Instance>(
252 peri: impl Peripheral<P = T> + 'd, 251 peri: impl Peripheral<P = T> + 'd,