diff options
| author | Lucas Martins <[email protected]> | 2024-10-21 15:06:06 -0300 |
|---|---|---|
| committer | Lucas Martins <[email protected]> | 2024-10-21 15:06:06 -0300 |
| commit | 2c9b528edde491ca1ed02234805212c78e2a6bd7 (patch) | |
| tree | 80ba39fb1f73e8a75a225beefe0db3a12dc9fcc1 | |
| parent | c0addc005bb3859436cb1c2931b41a7065703077 (diff) | |
fmt
| -rw-r--r-- | embassy-stm32/src/usart/buffered.rs | 1 |
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, |
