diff options
Diffstat (limited to 'embassy-executor/src/lib.rs')
| -rw-r--r-- | embassy-executor/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs index d6bd63665..d6fd3d651 100644 --- a/embassy-executor/src/lib.rs +++ b/embassy-executor/src/lib.rs | |||
| @@ -44,6 +44,8 @@ mod arch; | |||
| 44 | #[cfg(feature = "_arch")] | 44 | #[cfg(feature = "_arch")] |
| 45 | #[allow(unused_imports)] // don't warn if the module is empty. | 45 | #[allow(unused_imports)] // don't warn if the module is empty. |
| 46 | pub use arch::*; | 46 | pub use arch::*; |
| 47 | #[cfg(not(feature = "_arch"))] | ||
| 48 | pub use embassy_executor_macros::main_unspecified as main; | ||
| 47 | 49 | ||
| 48 | pub mod raw; | 50 | pub mod raw; |
| 49 | 51 | ||
