aboutsummaryrefslogtreecommitdiff
path: root/macros/src
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-11-25 09:14:28 +0000
committerGravatar GitHub <noreply@github.com> 2021-11-25 09:14:28 +0000
commit4de9eb673ae2f3d4ece52ff2047ed1f6792c0aff (patch)
tree58248fadd494e30289461daf16b011dc8b65f345 /macros/src
parent4f2dd875ffc9740b35b99adc11623266398275e0 (diff)
parent2e5c6f8e36afca64b307cde04cf33e3d068be769 (diff)
downloadrtic-4de9eb673ae2f3d4ece52ff2047ed1f6792c0aff.tar.gz
rtic-4de9eb673ae2f3d4ece52ff2047ed1f6792c0aff.tar.zst
rtic-4de9eb673ae2f3d4ece52ff2047ed1f6792c0aff.zip
Merge #557
557: Docs: add RTIC logo r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'macros/src')
-rw-r--r--macros/src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs
index 6ac7e2a4..02d472d1 100644
--- a/macros/src/lib.rs
+++ b/macros/src/lib.rs
@@ -1,5 +1,10 @@
// #![deny(warnings)]
+#![doc(
+ html_logo_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg",
+ html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg"
+)]
+
extern crate proc_macro;
use proc_macro::TokenStream;