Skip to content

Commit

Permalink
Fix unused import warning.
Browse files Browse the repository at this point in the history
U32Ext is already included in nrf_hal_common::prelude.
  • Loading branch information
qwandor committed Mar 10, 2024
1 parent b32fb19 commit 1a0c3e3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions nrf52810-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub use nrf_hal_common::*;

pub mod prelude {
pub use nrf_hal_common::prelude::*;

pub use crate::time::U32Ext;
}

pub use crate::ccm::Ccm;
Expand Down
2 changes: 0 additions & 2 deletions nrf52811-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub use nrf_hal_common::*;

pub mod prelude {
pub use nrf_hal_common::prelude::*;

pub use crate::time::U32Ext;
}

pub use crate::ccm::Ccm;
Expand Down
2 changes: 0 additions & 2 deletions nrf52833-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub use nrf_hal_common::*;

pub mod prelude {
pub use nrf_hal_common::prelude::*;

pub use crate::time::U32Ext;
}

pub use crate::ccm::Ccm;
Expand Down
2 changes: 0 additions & 2 deletions nrf52840-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub use nrf_hal_common::*;

pub mod prelude {
pub use nrf_hal_common::prelude::*;

pub use crate::time::U32Ext;
}

pub use crate::ccm::Ccm;
Expand Down
2 changes: 0 additions & 2 deletions nrf5340-app-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub use nrf_hal_common::*;

pub mod prelude {
pub use nrf_hal_common::prelude::*;

pub use crate::time::U32Ext;
}

pub use crate::clocks::Clocks;
Expand Down
1 change: 0 additions & 1 deletion nrf5340-net-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
pub use nrf_hal_common::*;

pub mod prelude {
pub use crate::time::U32Ext;
pub use nrf_hal_common::prelude::*;
}
pub use crate::clocks::Clocks;
Expand Down
2 changes: 0 additions & 2 deletions nrf9160-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ pub use nrf_hal_common::*;

pub mod prelude {
pub use nrf_hal_common::prelude::*;

pub use crate::time::U32Ext;
}

pub use crate::clocks::Clocks;
Expand Down

0 comments on commit 1a0c3e3

Please sign in to comment.