diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-11-25 10:04:37 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-11-25 10:06:58 +0100 |
| commit | 2e5c6f8e36afca64b307cde04cf33e3d068be769 (patch) | |
| tree | 58248fadd494e30289461daf16b011dc8b65f345 /src | |
| parent | 4f2dd875ffc9740b35b99adc11623266398275e0 (diff) | |
Docs: add RTIC logo
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ #![deny(rust_2018_idioms)] #![deny(warnings)] #![no_std] +#![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" +)] use cortex_m::{interrupt::InterruptNumber, peripheral::NVIC}; pub use cortex_m_rtic_macros::app; |
