Don't try to run doc-example for imagedef-none

This commit is contained in:
9names 2025-02-16 15:50:21 +11:00
parent 6b1706434d
commit 9495ec8ae4

View File

@ -106,7 +106,7 @@ imagedef-nonsecure-exe = []
## Have embassy-rp not provide the Image Definition so you can use your own. ## Have embassy-rp not provide the Image Definition so you can use your own.
## Place your own in the ".start_block" section like: ## Place your own in the ".start_block" section like:
## ``` ## ```ignore
## use embassy_rp::block::ImageDef; ## use embassy_rp::block::ImageDef;
## ##
## #[link_section = ".start_block"] ## #[link_section = ".start_block"]