diff options
| author | Daniel Larsen <[email protected]> | 2023-04-30 18:55:19 -0300 |
|---|---|---|
| committer | Daniel Larsen <[email protected]> | 2023-04-30 18:55:19 -0300 |
| commit | c70a66fe815cc3926a0b8ae73066a8ed2c1583e1 (patch) | |
| tree | d6ee0c70fac5cf17a4cca6c73cbe335d535b52d9 /cyw43-pio/Cargo.toml | |
| parent | af368676ef50317c1b97b5f2134dd86503b01124 (diff) | |
Make defmt optional
Diffstat (limited to 'cyw43-pio/Cargo.toml')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 3 |
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] |
| 9 | cyw43 = { path = "../" } | 9 | cyw43 = { path = "../" } |
| 10 | embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } | 10 | embassy-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"] } | ||
| 12 | pio-proc = "0.2" | 11 | pio-proc = "0.2" |
| 13 | pio = "0.2.1" | 12 | pio = "0.2.1" |
| 14 | # defmt = "0.3" \ No newline at end of file | 13 | defmt = { version = "0.3", optional = true } \ No newline at end of file |
