diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-16 17:51:47 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-08-16 17:51:47 +0200 |
| commit | 8a9f49c163f2e559c87e54b7abf819ea026f04f6 (patch) | |
| tree | 1acaa8e0dea77072969ab6ed9312b79976744232 /tests/rp/src/bin/flash.rs | |
| parent | f26dd54f6378be87a71f0c9f351b56851df96014 (diff) | |
net-wiznet: add HIL test using w5100s.
Diffstat (limited to 'tests/rp/src/bin/flash.rs')
| -rw-r--r-- | tests/rp/src/bin/flash.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rp/src/bin/flash.rs b/tests/rp/src/bin/flash.rs index c31d6decf..6e65fbdc0 100644 --- a/tests/rp/src/bin/flash.rs +++ b/tests/rp/src/bin/flash.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"rpi-pico"); |
| 5 | mod common; | ||
| 6 | 5 | ||
| 7 | use defmt::*; | 6 | use defmt::*; |
| 8 | use embassy_executor::Spawner; | 7 | use embassy_executor::Spawner; |
