diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-25 23:55:40 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-06-25 23:55:40 +0200 |
| commit | e7584ccbfa8b4d8b957f684d50430bab89338686 (patch) | |
| tree | b5200e895fd5ec26167dbac79003f0d32c94f43a /embassy-cortex-m | |
| parent | a51df0dec619ee783579578d395d99f97857094b (diff) | |
cortex-m: reexport all items from embassy::executor.
Diffstat (limited to 'embassy-cortex-m')
| -rw-r--r-- | embassy-cortex-m/src/executor.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-cortex-m/src/executor.rs b/embassy-cortex-m/src/executor.rs index 8c7f8cf9d..17ccf0e81 100644 --- a/embassy-cortex-m/src/executor.rs +++ b/embassy-cortex-m/src/executor.rs | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | //! Executor specific to cortex-m devices. | 1 | //! Executor specific to cortex-m devices. |
| 2 | use core::marker::PhantomData; | 2 | use core::marker::PhantomData; |
| 3 | 3 | ||
| 4 | pub use embassy::executor::Executor; | 4 | pub use embassy::executor::*; |
| 5 | use embassy::executor::{raw, SendSpawner}; | ||
| 6 | 5 | ||
| 7 | use crate::interrupt::{Interrupt, InterruptExt}; | 6 | use crate::interrupt::{Interrupt, InterruptExt}; |
| 8 | 7 | ||
