aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorLucas Martins <[email protected]>2024-10-21 15:06:06 -0300
committerLucas Martins <[email protected]>2024-10-21 15:06:06 -0300
commit2c9b528edde491ca1ed02234805212c78e2a6bd7 (patch)
tree80ba39fb1f73e8a75a225beefe0db3a12dc9fcc1 /embassy-stm32
parentc0addc005bb3859436cb1c2931b41a7065703077 (diff)
fmt
Diffstat (limited to 'embassy-stm32')
-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,