diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-18 14:20:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-18 14:20:44 +0000 |
| commit | f48d13a16a5bc9b1027ea39bfd86d548b460edd5 (patch) | |
| tree | 309b2b32ade4d10a0ad2b43fe0fb761a47b83f11 /tests/nrf/src/bin/timer.rs | |
| parent | 4c11fffc90cd4b29d37e851bbdeabdaeaddc806a (diff) | |
| parent | 7f97efd9222725d2f0a4582a64d8d8e5e0fa6b0f (diff) | |
Merge pull request #1796 from embassy-rs/enc28j60-fixes
enc28j60: add HIL test, workaround RX buffer corruption.
Diffstat (limited to 'tests/nrf/src/bin/timer.rs')
| -rw-r--r-- | tests/nrf/src/bin/timer.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/nrf/src/bin/timer.rs b/tests/nrf/src/bin/timer.rs index 607c5bbf1..c00f35fd1 100644 --- a/tests/nrf/src/bin/timer.rs +++ b/tests/nrf/src/bin/timer.rs | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #[path = "../common.rs"] | 4 | teleprobe_meta::target!(b"nrf52840-dk"); |
| 5 | mod common; | ||
| 6 | 5 | ||
| 7 | use defmt::{assert, info}; | 6 | use defmt::{assert, info}; |
| 8 | use embassy_executor::Spawner; | 7 | use embassy_executor::Spawner; |
