aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 79d899c61..0a2dfaa6a 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -70,7 +70,7 @@ turbowakers = []
70#! ### Architecture 70#! ### Architecture
71_arch = [] # some arch was picked 71_arch = [] # some arch was picked
72## std 72## std
73arch-std = ["_arch", "critical-section/std"] 73arch-std = ["_arch"]
74## Cortex-M 74## Cortex-M
75arch-cortex-m = ["_arch", "dep:cortex-m"] 75arch-cortex-m = ["_arch", "dep:cortex-m"]
76## RISC-V 32 76## RISC-V 32