aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/src/bin/timer.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-27 01:27:13 +0000
committerGitHub <[email protected]>2023-11-27 01:27:13 +0000
commite5fdd35bd680b30b03372d44f8b29129a8f49f3e (patch)
tree6d4adca4370d432c0f86c62ecd8e82d3dcc44afb /tests/nrf/src/bin/timer.rs
parent44816313268ec2c8b0e8a11443836db48731edc7 (diff)
parent0bd47c779bcb909000db28d8e09600e6aeaf21ab (diff)
Merge pull request #2223 from embassy-rs/use-executor-arena
tests: use executor task arena instead of TAIT.
Diffstat (limited to 'tests/nrf/src/bin/timer.rs')
-rw-r--r--tests/nrf/src/bin/timer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/nrf/src/bin/timer.rs b/tests/nrf/src/bin/timer.rs
index 5723acb01..2a147e7ba 100644
--- a/tests/nrf/src/bin/timer.rs
+++ b/tests/nrf/src/bin/timer.rs
@@ -1,6 +1,5 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3#![feature(type_alias_impl_trait)]
4teleprobe_meta::target!(b"nrf52840-dk"); 3teleprobe_meta::target!(b"nrf52840-dk");
5 4
6use defmt::{assert, info}; 5use defmt::{assert, info};