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-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'embassy-executor-macros/Cargo.toml') diff --git a/embassy-executor-macros/Cargo.toml b/embassy-executor-macros/Cargo.toml index f803e6644..9c2b40d03 100644 --- a/embassy-executor-macros/Cargo.toml +++ b/embassy-executor-macros/Cargo.toml @@ -23,3 +23,4 @@ proc-macro = true [features] nightly = [] +metadata-name = [] -- cgit