Skip to content

Commit

Permalink
feat(embassy): reexport thread_executor in api (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored Sep 18, 2024
2 parents 007ed46 + 174a7af commit 8e799e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/riot-rs-embassy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ pub mod api {

#[cfg(feature = "executor-interrupt")]
pub use crate::arch::EXECUTOR;

#[cfg(feature = "executor-thread")]
pub use crate::thread_executor;
}

// These are made available in `riot_rs::reexports`.
Expand Down

0 comments on commit 8e799e2

Please sign in to comment.