diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-12 14:29:56 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-08-12 14:31:54 +0200 |
| commit | 7a950f424362d28718fc48d182949c7ab8336d48 (patch) | |
| tree | 10b322fd37f14d8479eb138ae34def0d2527878a /embassy-boot-rp | |
| parent | 66a5a33da9b8686265521bcd4a50bbe1a56cbe93 (diff) | |
fix rp docs build
Diffstat (limited to 'embassy-boot-rp')
| -rw-r--r-- | embassy-boot-rp/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-boot-rp/Cargo.toml b/embassy-boot-rp/Cargo.toml index 5b173638e..bf5f34abe 100644 --- a/embassy-boot-rp/Cargo.toml +++ b/embassy-boot-rp/Cargo.toml | |||
| @@ -16,6 +16,7 @@ categories = [ | |||
| 16 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-boot-rp-v$VERSION/src/" | 16 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-boot-rp-v$VERSION/src/" |
| 17 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-boot-rp/src/" | 17 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-boot-rp/src/" |
| 18 | target = "thumbv6m-none-eabi" | 18 | target = "thumbv6m-none-eabi" |
| 19 | features = ["embassy-rp/rp2040"] | ||
| 19 | 20 | ||
| 20 | [lib] | 21 | [lib] |
| 21 | 22 | ||
