aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 794bf2479..4e21c255f 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -13,8 +13,6 @@ documentation = "https://docs.embassy.dev/cyw43-pio"
13# If disabled, SPI runs at 31.25MHz 13# If disabled, SPI runs at 31.25MHz
14# If enabled, SPI runs at 62.5MHz, which is 25% higher than 50Mhz which is the maximum according to the CYW43439 datasheet. 14# If enabled, SPI runs at 62.5MHz, which is 25% higher than 50Mhz which is the maximum according to the CYW43439 datasheet.
15overclock = [] 15overclock = []
16# If enabled the PIO runs at a speed that works with the rm2 module
17rm2 = []
18 16
19[dependencies] 17[dependencies]
20cyw43 = { version = "0.2.0", path = "../cyw43" } 18cyw43 = { version = "0.2.0", path = "../cyw43" }