aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-11-04 13:51:11 -0500
committerxoviat <[email protected]>2023-11-04 13:51:11 -0500
commit3f2abd4fd5da51d7b8a7711d0eac02c7f7b9deed (patch)
tree3375dd57e07879f2d709f7547d95b2a7f757ae14 /embassy-executor/src
parentdc467e89a0f093c1656eaf63955c28dd3b08be6c (diff)
parent655ed3aa887fe2d9e424f239cc07db055d8f8d61 (diff)
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
Diffstat (limited to 'embassy-executor/src')
-rw-r--r--embassy-executor/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs
index 020f9095c..f2c86d8e6 100644
--- a/embassy-executor/src/lib.rs
+++ b/embassy-executor/src/lib.rs
@@ -47,7 +47,6 @@ pub use spawner::*;
47pub mod _export { 47pub mod _export {
48 #[cfg(feature = "rtos-trace")] 48 #[cfg(feature = "rtos-trace")]
49 pub use rtos_trace::trace; 49 pub use rtos_trace::trace;
50 pub use static_cell::StaticCell;
51 50
52 /// Expands the given block of code when `embassy-executor` is compiled with 51 /// Expands the given block of code when `embassy-executor` is compiled with
53 /// the `rtos-trace-interrupt` feature. 52 /// the `rtos-trace-interrupt` feature.