aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src/bin/flash.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-08-16 17:51:47 +0200
committerDario Nieuwenhuis <[email protected]>2023-08-16 17:51:47 +0200
commit8a9f49c163f2e559c87e54b7abf819ea026f04f6 (patch)
tree1acaa8e0dea77072969ab6ed9312b79976744232 /tests/rp/src/bin/flash.rs
parentf26dd54f6378be87a71f0c9f351b56851df96014 (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.rs3
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"] 4teleprobe_meta::target!(b"rpi-pico");
5mod common;
6 5
7use defmt::*; 6use defmt::*;
8use embassy_executor::Spawner; 7use embassy_executor::Spawner;