aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBailey Townsend <[email protected]>2024-12-28 17:31:14 -0600
committerBailey Townsend <[email protected]>2024-12-28 17:31:14 -0600
commit147fd60255a94292a2e0e685c0cad068cc7760e7 (patch)
treee3c5761376a7b904d286b9837492ee6ed9be31a5 /tests
parent388103275e8648492e27514e00048492a55a931c (diff)
Removed the cyw43-pio overclock feature
Diffstat (limited to 'tests')
-rw-r--r--tests/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml
index d5aabc6ac..842cdf51d 100644
--- a/tests/rp/Cargo.toml
+++ b/tests/rp/Cargo.toml
@@ -16,7 +16,7 @@ embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defm
16embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } 16embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] }
17embassy-embedded-hal = { version = "0.2.0", path = "../../embassy-embedded-hal/"} 17embassy-embedded-hal = { version = "0.2.0", path = "../../embassy-embedded-hal/"}
18cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } 18cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] }
19cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] } 19cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] }
20perf-client = { path = "../perf-client" } 20perf-client = { path = "../perf-client" }
21 21
22defmt = "0.3.0" 22defmt = "0.3.0"