aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-12 14:29:56 +0200
committerDario Nieuwenhuis <[email protected]>2024-08-12 14:31:54 +0200
commit7a950f424362d28718fc48d182949c7ab8336d48 (patch)
tree10b322fd37f14d8479eb138ae34def0d2527878a /cyw43-pio
parent66a5a33da9b8686265521bcd4a50bbe1a56cbe93 (diff)
fix rp docs build
Diffstat (limited to 'cyw43-pio')
-rw-r--r--cyw43-pio/Cargo.toml1
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 }
26src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/" 26src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/"
27src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/" 27src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/"
28target = "thumbv6m-none-eabi" 28target = "thumbv6m-none-eabi"
29features = ["embassy-rp/rp2040"]