Skip to content

Commit 75952a0

Browse files
committed
Fix copypaste screwup.
1 parent 9477a07 commit 75952a0

File tree

1 file changed

+1
-1
lines changed
  • stm32-metapac-gen/res/src

1 file changed

+1
-1
lines changed

stm32-metapac-gen/res/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#![doc(html_no_source)]
66
#![cfg_attr(
77
docsrs,
8-
doc = "<div style='padding:30px;background:#810;color:#fff;text-align:center;'><p>You might want to <a href='https://docs.embassy.dev/stm32-metapac'>browse the `embassy-nrf` documentation on the Embassy website</a> instead.</p><p>The documentation here on `docs.rs` is built for a single chip only (stm32h755zi-cm7 in particular), while on the Embassy website you can pick your exact chip from the top menu. Available peripherals and their APIs change depending on the chip.</p></div>\n\n"
8+
doc = "<div style='padding:30px;background:#810;color:#fff;text-align:center;'><p>You might want to <a href='https://docs.embassy.dev/stm32-metapac'>browse the `stm32-metapac` documentation on the Embassy website</a> instead.</p><p>The documentation here on `docs.rs` is built for a single chip only (stm32h755zi-cm7 in particular), while on the Embassy website you can pick your exact chip from the top menu. Available peripherals and their APIs change depending on the chip.</p></div>\n\n"
99
)]
1010
#![doc = include_str!("../README.md")]
1111

0 commit comments

Comments
 (0)