diff options
author | 2023-01-08 19:56:47 +0100 | |
---|---|---|
committer | 2023-03-01 00:33:28 +0100 | |
commit | 35c97b61c17a30de675eb1c7f852a100b200a0c2 (patch) | |
tree | a4228d68aeab2f5aa32b26649e5664d20adfa729 /ci/expected/async-task-multiple-prios.run | |
parent | ceaf3613d3256f60b139a4f93220e3c298603b83 (diff) | |
download | rtic-35c97b61c17a30de675eb1c7f852a100b200a0c2.tar.gz rtic-35c97b61c17a30de675eb1c7f852a100b200a0c2.tar.zst rtic-35c97b61c17a30de675eb1c7f852a100b200a0c2.zip |
All examples pass with `cargo xtask --target all`
Diffstat (limited to 'ci/expected/async-task-multiple-prios.run')
-rw-r--r-- | ci/expected/async-task-multiple-prios.run | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ci/expected/async-task-multiple-prios.run b/ci/expected/async-task-multiple-prios.run index 9b0f5336..0b42df0a 100644 --- a/ci/expected/async-task-multiple-prios.run +++ b/ci/expected/async-task-multiple-prios.run @@ -1,5 +1,6 @@ init -hello from normal 2 -hello from async 2 -hello from normal 1 -hello from async 1 +hello from async 3 a 1 +hello from async 4 a 2 +hello from async 1 a 3 +hello from async 2 a 4 +idle |