aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-cortex-m/src/lib.rs')
-rw-r--r--embassy-cortex-m/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-cortex-m/src/lib.rs b/embassy-cortex-m/src/lib.rs
index fba23367b..e4b713a06 100644
--- a/embassy-cortex-m/src/lib.rs
+++ b/embassy-cortex-m/src/lib.rs
@@ -5,6 +5,6 @@
5// This mod MUST go first, so that the others see its macros. 5// This mod MUST go first, so that the others see its macros.
6pub(crate) mod fmt; 6pub(crate) mod fmt;
7 7
8pub mod executor; 8pub use embassy_executor as executor;
9pub mod interrupt; 9pub mod interrupt;
10pub mod peripheral; 10pub mod peripheral;