From 286d887529c66d8d1b4c7b56849e7a95386d79db Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 5 Sep 2025 14:57:05 +0200 Subject: executor: always name main task `main`, not just with rtos-trace. Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros. --- embassy-executor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embassy-executor/Cargo.toml') diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index ed72a585f..7763adbe5 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml @@ -112,7 +112,7 @@ arch-spin = ["_arch"] #! ### Metadata ## Enable the `name` field in task metadata. -metadata-name = [] +metadata-name = ["embassy-executor-macros/metadata-name"] #! ### Executor -- cgit