Cargo fmt
This commit is contained in:
parent
2ef4a45fa0
commit
db3b315f94
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@ pub mod rng;
|
|||
#[cfg(not(feature = "nrf52820"))]
|
||||
pub mod saadc;
|
||||
pub mod spim;
|
||||
#[cfg(not(feature = "nrf9160"))]
|
||||
pub mod temp;
|
||||
pub mod timer;
|
||||
pub mod twim;
|
||||
pub mod uarte;
|
||||
pub mod wdt;
|
||||
#[cfg(not(feature = "nrf9160"))]
|
||||
pub mod temp;
|
||||
|
||||
// This mod MUST go last, so that it sees all the `impl_foo!` macros
|
||||
#[cfg(feature = "nrf52805")]
|
||||
|
|
Loading…
Reference in a new issue