embassy-cortex-m: docs

This commit is contained in:
Dario Nieuwenhuis
2022-07-19 07:57:29 +02:00
parent e5d3f01bc4
commit 3fb83898bc
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,6 @@
//! Embassy executor and interrupt handling specific to cortex-m devices.
#![no_std]
#![warn(missing_docs)]
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;