diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-07 00:43:18 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-07 00:48:30 +0100 |
| commit | ac2aec4e7a8e8a4c17c611810d382892398c9eb7 (patch) | |
| tree | 6ac62c9f6d41e53d0f7f6d9737b1c0c206e531b3 /embassy-executor/src/arch/cortex_m.rs | |
| parent | ad2d9040d9f36d2523a22752e98f24c661643cb7 (diff) | |
executor: rename macro crate to embassy-executor-macros, bump it.
Diffstat (limited to 'embassy-executor/src/arch/cortex_m.rs')
| -rw-r--r-- | embassy-executor/src/arch/cortex_m.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/arch/cortex_m.rs b/embassy-executor/src/arch/cortex_m.rs index 4a6d58575..5c517e0a2 100644 --- a/embassy-executor/src/arch/cortex_m.rs +++ b/embassy-executor/src/arch/cortex_m.rs | |||
| @@ -51,7 +51,7 @@ mod thread { | |||
| 51 | use core::arch::asm; | 51 | use core::arch::asm; |
| 52 | use core::marker::PhantomData; | 52 | use core::marker::PhantomData; |
| 53 | 53 | ||
| 54 | pub use embassy_macros::main_cortex_m as main; | 54 | pub use embassy_executor_macros::main_cortex_m as main; |
| 55 | 55 | ||
| 56 | use crate::{raw, Spawner}; | 56 | use crate::{raw, Spawner}; |
| 57 | 57 | ||
