This commit is contained in:
Lucas Martins 2024-10-21 15:06:06 -03:00
parent c0addc005b
commit 2c9b528edd
No known key found for this signature in database
GPG Key ID: 6333B378837ABABA

View File

@ -246,7 +246,6 @@ impl<'d> BufferedUart<'d> {
)
}
/// Create a new bidirectional buffered UART driver with only RTS pin as the DE pin
pub fn new_with_rts_as_de<T: Instance>(
peri: impl Peripheral<P = T> + 'd,