diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
| commit | 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch) | |
| tree | 64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-hal-internal | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-hal-internal')
| -rw-r--r-- | embassy-hal-internal/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-hal-internal/Cargo.toml b/embassy-hal-internal/Cargo.toml index b4c52ccfa..11dcc2466 100644 --- a/embassy-hal-internal/Cargo.toml +++ b/embassy-hal-internal/Cargo.toml | |||
| @@ -14,6 +14,9 @@ categories = [ | |||
| 14 | 14 | ||
| 15 | [features] | 15 | [features] |
| 16 | 16 | ||
| 17 | defmt = ["dep:defmt"] | ||
| 18 | log = ["dep:log"] | ||
| 19 | |||
| 17 | # Define the number of NVIC priority bits. | 20 | # Define the number of NVIC priority bits. |
| 18 | prio-bits-0 = [] | 21 | prio-bits-0 = [] |
| 19 | prio-bits-1 = [] | 22 | prio-bits-1 = [] |
