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/rp/src/bin/pio_multi_load.rs | |
| parent | 44816313268ec2c8b0e8a11443836db48731edc7 (diff) | |
tests: use executor task arena instead of TAIT.
Diffstat (limited to 'tests/rp/src/bin/pio_multi_load.rs')
| -rw-r--r-- | tests/rp/src/bin/pio_multi_load.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rp/src/bin/pio_multi_load.rs b/tests/rp/src/bin/pio_multi_load.rs index 6343ff3a9..cd28f99b6 100644 --- a/tests/rp/src/bin/pio_multi_load.rs +++ b/tests/rp/src/bin/pio_multi_load.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | ||
| 4 | teleprobe_meta::target!(b"rpi-pico"); | 3 | teleprobe_meta::target!(b"rpi-pico"); |
| 5 | 4 | ||
| 6 | use defmt::info; | 5 | use defmt::info; |
