diff options
Diffstat (limited to 'embassy-executor/src/lib.rs')
| -rw-r--r-- | embassy-executor/src/lib.rs | 2 |
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. |
| 7 | pub(crate) mod fmt; | 7 | pub(crate) mod fmt; |
| 8 | 8 | ||
| 9 | pub use embassy_macros::task; | 9 | pub use embassy_executor_macros::task; |
| 10 | 10 | ||
| 11 | macro_rules! check_at_most_one { | 11 | macro_rules! check_at_most_one { |
| 12 | (@amo [$($feats:literal)*] [] [$($res:tt)*]) => { | 12 | (@amo [$($feats:literal)*] [] [$($res:tt)*]) => { |
