aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-hal-internal')
-rw-r--r--embassy-hal-internal/Cargo.toml3
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
17defmt = ["dep:defmt"]
18log = ["dep:log"]
19
17# Define the number of NVIC priority bits. 20# Define the number of NVIC priority bits.
18prio-bits-0 = [] 21prio-bits-0 = []
19prio-bits-1 = [] 22prio-bits-1 = []