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 /cyw43-pio | |
| parent | 66a5a33da9b8686265521bcd4a50bbe1a56cbe93 (diff) | |
fix rp docs build
Diffstat (limited to 'cyw43-pio')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml index 1172d6c31..4e21c255f 100644 --- a/cyw43-pio/Cargo.toml +++ b/cyw43-pio/Cargo.toml | |||
| @@ -26,3 +26,4 @@ defmt = { version = "0.3", optional = true } | |||
| 26 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/" | 26 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/" |
| 27 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/" | 27 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/" |
| 28 | target = "thumbv6m-none-eabi" | 28 | target = "thumbv6m-none-eabi" |
| 29 | features = ["embassy-rp/rp2040"] | ||
