Remove executor dep+reexports from HALs.

Closes #1547
This commit is contained in:
Dario Nieuwenhuis
2023-06-09 16:02:12 +02:00
parent 479ccf17df
commit dc8e34420f
8 changed files with 7 additions and 13 deletions

View File

@ -103,7 +103,6 @@ macro_rules! bind_interrupts {
// Reexports
pub use _generated::{peripherals, Peripherals};
pub use embassy_cortex_m::executor;
use embassy_cortex_m::interrupt::Priority;
pub use embassy_hal_common::{into_ref, Peripheral, PeripheralRef};
#[cfg(feature = "unstable-pac")]