diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-04-23 05:52:42 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-04-23 06:03:38 +0200 |
| commit | 7778b79dc3c3605995abd138cb97a98550bb4156 (patch) | |
| tree | 2a0d64e99b20782c7ff62436114fe5c4023f77ce | |
| parent | 0476f6b55beb38ec504449d38d634c98bf0f21e3 (diff) | |
nrf: autoenable defmt in deps.
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 5299c04a8..4408feff7 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -17,6 +17,8 @@ flavors = [ | |||
| 17 | 17 | ||
| 18 | [features] | 18 | [features] |
| 19 | 19 | ||
| 20 | defmt = ["dep:defmt", "embassy/defmt", "embassy-usb?/defmt"] | ||
| 21 | |||
| 20 | # Enable nightly-only features | 22 | # Enable nightly-only features |
| 21 | nightly = ["embassy/nightly", "embedded-hal-1", "embedded-hal-async", "embassy-usb", "embedded-storage-async"] | 23 | nightly = ["embassy/nightly", "embedded-hal-1", "embedded-hal-async", "embassy-usb", "embedded-storage-async"] |
| 22 | 24 | ||
