aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Larsen <[email protected]>2023-04-30 18:02:44 -0300
committerDaniel Larsen <[email protected]>2023-04-30 18:02:44 -0300
commitaf368676ef50317c1b97b5f2134dd86503b01124 (patch)
tree334d43f8f2457d04218cc271dddb1eaf9942140d /cyw43-pio/Cargo.toml
parent5659269c8fb2f7d03d4a903e4ad48c8268668f0a (diff)
Removed defmt
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 4ca227d3d..dbb94f612 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -7,7 +7,8 @@ edition = "2021"
7 7
8[dependencies] 8[dependencies]
9cyw43 = { path = "../" } 9cyw43 = { path = "../" }
10embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } 10embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }
11# embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }
11pio-proc = "0.2" 12pio-proc = "0.2"
12pio = "0.2.1" 13pio = "0.2.1"
13defmt = "0.3" \ No newline at end of file 14# defmt = "0.3" \ No newline at end of file