Cargo fmt

This commit is contained in:
Roman Valls Guimera 2022-11-11 23:49:20 +01:00
parent 4a2e810485
commit 10e3c3f2ec

View File

@ -74,11 +74,7 @@ pub mod buffered_uarte;
pub mod gpio; pub mod gpio;
#[cfg(feature = "gpiote")] #[cfg(feature = "gpiote")]
pub mod gpiote; pub mod gpiote;
#[cfg(any( #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840",))]
feature = "nrf52832",
feature = "nrf52833",
feature = "nrf52840",
))]
pub mod i2s; pub mod i2s;
#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))]
pub mod nvmc; pub mod nvmc;