diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-26 08:14:11 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-26 08:14:11 +0100 |
| commit | 7c21178e378c888963150b879fc9d51684872f9e (patch) | |
| tree | 58570321fc13037cb0998adbf431a02a47bcccda /tests | |
| parent | 2f347ece9149551bd9db1068179f74500641a33e (diff) | |
fix warnings
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nrf51422/src/bin/test.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/nrf51422/src/bin/test.rs b/tests/nrf51422/src/bin/test.rs index 591bfbccc..d3ffe26e3 100644 --- a/tests/nrf51422/src/bin/test.rs +++ b/tests/nrf51422/src/bin/test.rs | |||
| @@ -2,9 +2,8 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | teleprobe_meta::target!(b"nrf51-dk"); | 3 | teleprobe_meta::target!(b"nrf51-dk"); |
| 4 | 4 | ||
| 5 | use defmt::{assert, info}; | 5 | use defmt::info; |
| 6 | use embassy_executor::Spawner; | 6 | use embassy_executor::Spawner; |
| 7 | use embassy_time::{Instant, Timer}; | ||
| 8 | use {defmt_rtt as _, panic_probe as _}; | 7 | use {defmt_rtt as _, panic_probe as _}; |
| 9 | 8 | ||
| 10 | #[embassy_executor::main] | 9 | #[embassy_executor::main] |
