aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-12 09:17:26 +0100
committerUlf Lilleengen <[email protected]>2024-01-12 09:17:26 +0100
commit7d1257caa055f4ad1b5fa54c9fe28d7f3bc5c5f6 (patch)
tree07e4d9972b0b563b08c04ec7a3cbd11c4911781e /embassy-stm32-wpan/src
parent883b923fafc41a23c2ae7a3d26b93992e2726523 (diff)
docs: add readme
Diffstat (limited to 'embassy-stm32-wpan/src')
-rw-r--r--embassy-stm32-wpan/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/src/lib.rs b/embassy-stm32-wpan/src/lib.rs
index a5dbb7420..f9560d235 100644
--- a/embassy-stm32-wpan/src/lib.rs
+++ b/embassy-stm32-wpan/src/lib.rs
@@ -1,5 +1,7 @@
1#![no_std] 1#![no_std]
2#![allow(async_fn_in_trait)] 2#![allow(async_fn_in_trait)]
3#![doc = include_str!("../README.md")]
4// #![warn(missing_docs)]
3 5
4// This must go FIRST so that all the other modules see its macros. 6// This must go FIRST so that all the other modules see its macros.
5mod fmt; 7mod fmt;