Fix rp uart example

This commit is contained in:
Mathias
2022-08-18 11:47:15 +02:00
parent d52c7ded49
commit 0f74f870b0
2 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ impl<'d, T: Instance> UartRx<'d, T> {
}
impl<'d, T: Instance> Uart<'d, T> {
/// Create a new UARTE without hardware flow control
/// Create a new UART without hardware flow control
pub fn new(
uart: impl Peripheral<P = T> + 'd,
tx: impl Peripheral<P = impl TxPin<T>> + 'd,