aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor-macros/README.md')
-rw-r--r--embassy-executor-macros/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/embassy-executor-macros/README.md b/embassy-executor-macros/README.md
index a959c85d5..3a8d49aa1 100644
--- a/embassy-executor-macros/README.md
+++ b/embassy-executor-macros/README.md
@@ -3,13 +3,3 @@
3An [Embassy](https://embassy.dev) project. 3An [Embassy](https://embassy.dev) project.
4 4
5NOTE: Do not use this crate directly. The macros are re-exported by `embassy-executor`. 5NOTE: Do not use this crate directly. The macros are re-exported by `embassy-executor`.
6
7## License
8
9This work is licensed under either of
10
11- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
12 <http://www.apache.org/licenses/LICENSE-2.0>)
13- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
14
15at your option.