From 7a950f424362d28718fc48d182949c7ab8336d48 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 12 Aug 2024 14:29:56 +0200 Subject: fix rp docs build --- cyw43-pio/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cyw43-pio') 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 } src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/" target = "thumbv6m-none-eabi" +features = ["embassy-rp/rp2040"] -- cgit