diff options
| author | Dion Dokter <[email protected]> | 2021-10-11 15:31:25 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2021-10-11 15:31:25 +0200 |
| commit | 995cd01cbcb2470b9ecdd953daae0cfb3aaa2e99 (patch) | |
| tree | ad3a55b6b9adde5609d4c07d5717ba0fcca6239c /embassy-nrf/src/buffered_uarte.rs | |
| parent | 4643727fea491e91f5afe9532775d0e422f744f6 (diff) | |
ran fmt
Diffstat (limited to 'embassy-nrf/src/buffered_uarte.rs')
| -rw-r--r-- | embassy-nrf/src/buffered_uarte.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/buffered_uarte.rs b/embassy-nrf/src/buffered_uarte.rs index 31acb80d6..e999cb721 100644 --- a/embassy-nrf/src/buffered_uarte.rs +++ b/embassy-nrf/src/buffered_uarte.rs | |||
| @@ -17,7 +17,7 @@ use crate::gpio::{OptionalPin as GpioOptionalPin, Pin as GpioPin}; | |||
| 17 | use crate::ppi::{AnyConfigurableChannel, ConfigurableChannel, Event, Ppi, Task}; | 17 | use crate::ppi::{AnyConfigurableChannel, ConfigurableChannel, Event, Ppi, Task}; |
| 18 | use crate::timer::Instance as TimerInstance; | 18 | use crate::timer::Instance as TimerInstance; |
| 19 | use crate::timer::{Frequency, Timer}; | 19 | use crate::timer::{Frequency, Timer}; |
| 20 | use crate::uarte::{Config, Instance as UarteInstance, uarte0}; | 20 | use crate::uarte::{uarte0, Config, Instance as UarteInstance}; |
| 21 | 21 | ||
| 22 | // Re-export SVD variants to allow user to directly set values | 22 | // Re-export SVD variants to allow user to directly set values |
| 23 | pub use uarte0::{baudrate::BAUDRATE_A as Baudrate, config::PARITY_A as Parity}; | 23 | pub use uarte0::{baudrate::BAUDRATE_A as Baudrate, config::PARITY_A as Parity}; |
