aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Larsen <[email protected]>2023-04-30 18:55:19 -0300
committerDaniel Larsen <[email protected]>2023-04-30 18:55:19 -0300
commitc70a66fe815cc3926a0b8ae73066a8ed2c1583e1 (patch)
treed6ee0c70fac5cf17a4cca6c73cbe335d535b52d9 /cyw43-pio/Cargo.toml
parentaf368676ef50317c1b97b5f2134dd86503b01124 (diff)
Make defmt optional
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index dbb94f612..c5632d5fd 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2021"
8[dependencies] 8[dependencies]
9cyw43 = { path = "../" } 9cyw43 = { path = "../" }
10embassy-rp = { version = "0.1.0", features = ["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"] }
12pio-proc = "0.2" 11pio-proc = "0.2"
13pio = "0.2.1" 12pio = "0.2.1"
14# defmt = "0.3" \ No newline at end of file 13defmt = { version = "0.3", optional = true } \ No newline at end of file