diff options
| author | xoviat <[email protected]> | 2025-11-01 15:48:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-01 15:48:25 -0500 |
| commit | f85d709f140838cf0161206df01dd77abbac9c5d (patch) | |
| tree | fcc8cebb1cc45fa3561bb9265375c3e278f93d45 /embassy-executor/src | |
| parent | ae726274ddb95c048c386817ef105012dcc06dad (diff) | |
| parent | cf231d461ff4b16cf7d16e4dbc5db909212c2c89 (diff) | |
Merge branch 'main' into i2c
Diffstat (limited to 'embassy-executor/src')
| -rw-r--r-- | embassy-executor/src/raw/trace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/raw/trace.rs b/embassy-executor/src/raw/trace.rs index 74519b927..830162039 100644 --- a/embassy-executor/src/raw/trace.rs +++ b/embassy-executor/src/raw/trace.rs | |||
| @@ -169,7 +169,7 @@ impl TaskTracker { | |||
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | #[cfg(feature = "trace")] | 171 | #[cfg(feature = "trace")] |
| 172 | extern "Rust" { | 172 | unsafe extern "Rust" { |
| 173 | /// This callback is called when the executor begins polling. This will always | 173 | /// This callback is called when the executor begins polling. This will always |
| 174 | /// be paired with a later call to `_embassy_trace_executor_idle`. | 174 | /// be paired with a later call to `_embassy_trace_executor_idle`. |
| 175 | /// | 175 | /// |
