diff options
| author | sander <[email protected]> | 2023-04-14 10:44:51 +0200 |
|---|---|---|
| committer | sander <[email protected]> | 2023-04-14 10:44:51 +0200 |
| commit | ce0e1a5db36505884e7f46577b4b407808c20a82 (patch) | |
| tree | 0e87248c13f3bac757560235faa2485acf81ce90 /embassy-executor/src | |
| parent | 1b86570cfd480b0821de555780a2dbdaa7ec562d (diff) | |
| parent | a3ecf5caf614e17b2e1cb3d1f79d8313f2e71a63 (diff) | |
Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a'
Diffstat (limited to 'embassy-executor/src')
| -rw-r--r-- | embassy-executor/src/arch/riscv32.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-executor/src/arch/riscv32.rs b/embassy-executor/src/arch/riscv32.rs index f66daeae4..ff7ec1575 100644 --- a/embassy-executor/src/arch/riscv32.rs +++ b/embassy-executor/src/arch/riscv32.rs | |||
| @@ -8,6 +8,9 @@ mod thread { | |||
| 8 | use core::marker::PhantomData; | 8 | use core::marker::PhantomData; |
| 9 | use core::sync::atomic::{AtomicBool, Ordering}; | 9 | use core::sync::atomic::{AtomicBool, Ordering}; |
| 10 | 10 | ||
| 11 | #[cfg(feature = "nightly")] | ||
| 12 | pub use embassy_macros::main_riscv as main; | ||
| 13 | |||
| 11 | use crate::raw::{Pender, PenderInner}; | 14 | use crate::raw::{Pender, PenderInner}; |
| 12 | use crate::{raw, Spawner}; | 15 | use crate::{raw, Spawner}; |
| 13 | 16 | ||
