aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m/src/lib.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-07-19 07:57:29 +0200
committerDario Nieuwenhuis <[email protected]>2022-07-19 07:58:29 +0200
commit3fb83898bc2ed0c8c9eccdf17a4852457b0bcebb (patch)
treef776d2ac275f9c82d2535dda994d3ccd95b50441 /embassy-cortex-m/src/lib.rs
parente5d3f01bc444c257dbdfc75e504767e8e13d2a02 (diff)
embassy-cortex-m: docs
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 680c2c8db..fba23367b 100644
--- a/embassy-cortex-m/src/lib.rs
+++ b/embassy-cortex-m/src/lib.rs
@@ -1,5 +1,6 @@
1//! Embassy executor and interrupt handling specific to cortex-m devices. 1//! Embassy executor and interrupt handling specific to cortex-m devices.
2#![no_std] 2#![no_std]
3#![warn(missing_docs)]
3 4
4// 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.
5pub(crate) mod fmt; 6pub(crate) mod fmt;