diff options
| author | Daniel Larsen <[email protected]> | 2023-04-30 18:02:44 -0300 |
|---|---|---|
| committer | Daniel Larsen <[email protected]> | 2023-04-30 18:02:44 -0300 |
| commit | af368676ef50317c1b97b5f2134dd86503b01124 (patch) | |
| tree | 334d43f8f2457d04218cc271dddb1eaf9942140d /cyw43-pio/Cargo.toml | |
| parent | 5659269c8fb2f7d03d4a903e4ad48c8268668f0a (diff) | |
Removed defmt
Diffstat (limited to 'cyw43-pio/Cargo.toml')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 5 |
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] |
| 9 | cyw43 = { path = "../" } | 9 | cyw43 = { path = "../" } |
| 10 | embassy-rp = { version = "0.1.0", features = ["defmt", "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"] } | ||
| 11 | pio-proc = "0.2" | 12 | pio-proc = "0.2" |
| 12 | pio = "0.2.1" | 13 | pio = "0.2.1" |
| 13 | defmt = "0.3" \ No newline at end of file | 14 | # defmt = "0.3" \ No newline at end of file |
