diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-27 01:21:44 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-27 01:23:49 +0100 |
| commit | 0bd47c779bcb909000db28d8e09600e6aeaf21ab (patch) | |
| tree | 6d4adca4370d432c0f86c62ecd8e82d3dcc44afb /tests/stm32/src/bin/timer.rs | |
| parent | 44816313268ec2c8b0e8a11443836db48731edc7 (diff) | |
tests: use executor task arena instead of TAIT.
Diffstat (limited to 'tests/stm32/src/bin/timer.rs')
| -rw-r--r-- | tests/stm32/src/bin/timer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/timer.rs b/tests/stm32/src/bin/timer.rs index 4efeb0a49..d86f54ad2 100644 --- a/tests/stm32/src/bin/timer.rs +++ b/tests/stm32/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)] | ||
| 4 | #[path = "../common.rs"] | 3 | #[path = "../common.rs"] |
| 5 | mod common; | 4 | mod common; |
| 6 | 5 | ||
