From d8d5ea15276e8bf576bb237d4b476baa15e4705e Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 12 Jan 2021 10:22:45 +0100 Subject: [PATCH] Update nrf-hal-common/src/uarte.rs Co-authored-by: Jonas Schievink --- nrf-hal-common/src/uarte.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nrf-hal-common/src/uarte.rs b/nrf-hal-common/src/uarte.rs index cce87786..5b0dac48 100644 --- a/nrf-hal-common/src/uarte.rs +++ b/nrf-hal-common/src/uarte.rs @@ -567,9 +567,8 @@ where } } +/// Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx. pub mod serial { - - ///! Implementation of the embedded_hal::serial::* and embedded_hal::blocking::serial::* traits for UartTx and UartRx. use super::*; use embedded_hal::blocking::serial as bserial; use embedded_hal::serial;