From c036b5083f85f9b54b8e3e54962fef854575aa9c Mon Sep 17 00:00:00 2001 From: Embassy CI Date: Fri, 10 Jan 2025 17:54:06 +0000 Subject: [PATCH] Generated from stm32-data 75952a08c9f5491aeaa044d390f14678f15e67b9 --- stm32-metapac/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32-metapac/src/lib.rs b/stm32-metapac/src/lib.rs index 3e5ce6e58c..62d9e40864 100644 --- a/stm32-metapac/src/lib.rs +++ b/stm32-metapac/src/lib.rs @@ -5,7 +5,7 @@ #![doc(html_no_source)] #![cfg_attr( docsrs, - doc = "

You might want to browse the `embassy-nrf` documentation on the Embassy website instead.

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.

\n\n" + doc = "

You might want to browse the `stm32-metapac` documentation on the Embassy website instead.

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.

\n\n" )] #![doc = include_str!("../README.md")]