aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor/src/lib.rs')
-rw-r--r--embassy-executor/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs
index 897696150..4c6900a6d 100644
--- a/embassy-executor/src/lib.rs
+++ b/embassy-executor/src/lib.rs
@@ -6,7 +6,7 @@
6// This mod MUST go first, so that the others see its macros. 6// This mod MUST go first, so that the others see its macros.
7pub(crate) mod fmt; 7pub(crate) mod fmt;
8 8
9pub use embassy_macros::task; 9pub use embassy_executor_macros::task;
10 10
11macro_rules! check_at_most_one { 11macro_rules! check_at_most_one {
12 (@amo [$($feats:literal)*] [] [$($res:tt)*]) => { 12 (@amo [$($feats:literal)*] [] [$($res:tt)*]) => {