From b65bd1cc7d26afec89b0ec59e6f11de5c802bdfd Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Sat, 19 Oct 2024 10:14:44 +0200 Subject: [PATCH] Take into account changes in pio-rs --- embassy-rp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 5a1b83157..c1fb533ea 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml @@ -92,7 +92,7 @@ boot2-none = [] ## Configure the hal for use with the rp2040 rp2040 = ["rp-pac/rp2040"] -_rp235x = ["rp-pac/rp235x", "pio/rp2350", "pio-proc/rp2350"] +_rp235x = ["rp-pac/rp235x"] ## Configure the hal for use with the rp235xA rp235xa = ["_rp235x"] ## Configure the hal for use with the rp235xB