diff options
| author | 9names <[email protected]> | 2025-02-16 15:50:21 +1100 |
|---|---|---|
| committer | 9names <[email protected]> | 2025-02-16 15:50:21 +1100 |
| commit | 9495ec8ae435a1642c9f65b0967cd0a2accf1320 (patch) | |
| tree | 849834ac1084d0a4f572b2db2283ec528c253d4c | |
| parent | 6b1706434dfeb80b3659f3d2a1bbe2871ec8ea55 (diff) | |
Don't try to run doc-example for imagedef-none
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
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"] |
