diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-03 07:57:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-03 07:57:39 +0200 |
| commit | 5504fc54fe503f1717d1204824cbdf33bc63b758 (patch) | |
| tree | 5e2e3b9cbe8220ac97860c125b0afe36c7d60c81 /embassy-executor/src/raw/mod.rs | |
| parent | 94890e544e07eabbc806dd5c05419e4336b5bf32 (diff) | |
| parent | 08f911d25e83266b03bd1ebd37eee50cf2c53dd4 (diff) | |
Merge branch 'embassy-rs:master' into flash-regions
Diffstat (limited to 'embassy-executor/src/raw/mod.rs')
| -rw-r--r-- | embassy-executor/src/raw/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/src/raw/mod.rs b/embassy-executor/src/raw/mod.rs index 15ff18fc8..72c367c33 100644 --- a/embassy-executor/src/raw/mod.rs +++ b/embassy-executor/src/raw/mod.rs | |||
| @@ -11,6 +11,7 @@ mod run_queue; | |||
| 11 | #[cfg(feature = "integrated-timers")] | 11 | #[cfg(feature = "integrated-timers")] |
| 12 | mod timer_queue; | 12 | mod timer_queue; |
| 13 | pub(crate) mod util; | 13 | pub(crate) mod util; |
| 14 | #[cfg_attr(feature = "turbowakers", path = "waker_turbo.rs")] | ||
| 14 | mod waker; | 15 | mod waker; |
| 15 | 16 | ||
| 16 | use core::future::Future; | 17 | use core::future::Future; |
