diff options
| author | Bailey Townsend <[email protected]> | 2024-12-28 17:31:14 -0600 |
|---|---|---|
| committer | Bailey Townsend <[email protected]> | 2024-12-28 17:31:14 -0600 |
| commit | 147fd60255a94292a2e0e685c0cad068cc7760e7 (patch) | |
| tree | e3c5761376a7b904d286b9837492ee6ed9be31a5 /tests/rp | |
| parent | 388103275e8648492e27514e00048492a55a931c (diff) | |
Removed the cyw43-pio overclock feature
Diffstat (limited to 'tests/rp')
| -rw-r--r-- | tests/rp/Cargo.toml | 2 |
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 | |||
| 16 | embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } | 16 | embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } |
| 17 | embassy-embedded-hal = { version = "0.2.0", path = "../../embassy-embedded-hal/"} | 17 | embassy-embedded-hal = { version = "0.2.0", path = "../../embassy-embedded-hal/"} |
| 18 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } | 18 | cyw43 = { path = "../../cyw43", features = ["defmt", "firmware-logs"] } |
| 19 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] } | 19 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] } |
| 20 | perf-client = { path = "../perf-client" } | 20 | perf-client = { path = "../perf-client" } |
| 21 | 21 | ||
| 22 | defmt = "0.3.0" | 22 | defmt = "0.3.0" |
