aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index d65e281ee..d681af915 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -106,7 +106,7 @@ imagedef-nonsecure-exe = []
106 106
107## Have embassy-rp not provide the Image Definition so you can use your own. 107## Have embassy-rp not provide the Image Definition so you can use your own.
108## Place your own in the ".start_block" section like: 108## Place your own in the ".start_block" section like:
109## ``` 109## ```ignore
110## use embassy_rp::block::ImageDef; 110## use embassy_rp::block::ImageDef;
111## 111##
112## #[link_section = ".start_block"] 112## #[link_section = ".start_block"]