From 35c97b61c17a30de675eb1c7f852a100b200a0c2 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 8 Jan 2023 19:56:47 +0100 Subject: All examples pass with `cargo xtask --target all` --- ci/expected/extern_spawn.run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci/expected/extern_spawn.run') diff --git a/ci/expected/extern_spawn.run b/ci/expected/extern_spawn.run index 2f8c74f..257cc56 100644 --- a/ci/expected/extern_spawn.run +++ b/ci/expected/extern_spawn.run @@ -1,2 +1 @@ -foo 1, 2 -foo 2, 3 +foo -- cgit v1.2.3 From 306aa47170fd59369b7a184924e287dc3706d64d Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 23 Jan 2023 20:05:47 +0100 Subject: Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) --- ci/expected/extern_spawn.run | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ci/expected/extern_spawn.run (limited to 'ci/expected/extern_spawn.run') diff --git a/ci/expected/extern_spawn.run b/ci/expected/extern_spawn.run deleted file mode 100644 index 257cc56..0000000 --- a/ci/expected/extern_spawn.run +++ /dev/null @@ -1 +0,0 @@ -foo -- cgit v1.2.3