Skip to content

Commit

Permalink
Update nrf-hal-common/src/uarte.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Schievink <[email protected]>
  • Loading branch information
lulf and jonas-schievink authored Jan 12, 2021
1 parent 23775a6 commit d8d5ea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nrf-hal-common/src/uarte.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d8d5ea1

Please sign in to comment.