aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m/src/lib.rs
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-06-23 12:59:18 +0200
committerUlf Lilleengen <[email protected]>2022-06-23 13:17:56 +0200
commitca59c1ff3570474dc819c2d759c69c3a186ca5bc (patch)
tree22f96a5a03cdb43366e8bedf954cad13566328ca /embassy-cortex-m/src/lib.rs
parent6d3a652026d222bb0191c77406e1f4145a64c5f9 (diff)
Add more API docs for embassy-cortex-m and embassy-nrf
Diffstat (limited to 'embassy-cortex-m/src/lib.rs')
-rw-r--r--embassy-cortex-m/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-cortex-m/src/lib.rs b/embassy-cortex-m/src/lib.rs
index 143c56f39..680c2c8db 100644
--- a/embassy-cortex-m/src/lib.rs
+++ b/embassy-cortex-m/src/lib.rs
@@ -1,3 +1,4 @@
1//! Embassy executor and interrupt handling specific to cortex-m devices.
1#![no_std] 2#![no_std]
2 3
3// This mod MUST go first, so that the others see its macros. 4// This mod MUST go first, so that the others see its macros.