Rename Uarte -> BufferedUarte

This commit is contained in:
Dario Nieuwenhuis
2020-12-28 23:57:50 +01:00
parent 4a7344cb6f
commit 267ec334ac
3 changed files with 12 additions and 12 deletions

View File

@@ -51,11 +51,11 @@ pub use nrf52840_hal as hal;
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
pub mod buffered_uarte;
pub mod gpiote;
pub mod interrupt;
#[cfg(feature = "52840")]
pub mod qspi;
pub mod rtc;
pub mod uarte;
pub use cortex_m_rt::interrupt;