Cargo fmt
This commit is contained in:
parent
4a2e810485
commit
10e3c3f2ec
@ -74,11 +74,7 @@ pub mod buffered_uarte;
|
||||
pub mod gpio;
|
||||
#[cfg(feature = "gpiote")]
|
||||
pub mod gpiote;
|
||||
#[cfg(any(
|
||||
feature = "nrf52832",
|
||||
feature = "nrf52833",
|
||||
feature = "nrf52840",
|
||||
))]
|
||||
#[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840",))]
|
||||
pub mod i2s;
|
||||
#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))]
|
||||
pub mod nvmc;
|
||||
|
Loading…
Reference in New Issue
Block a user