From 8a9f49c163f2e559c87e54b7abf819ea026f04f6 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 16 Aug 2023 17:51:47 +0200 Subject: net-wiznet: add HIL test using w5100s. --- tests/rp/src/bin/float.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/rp/src/bin/float.rs') diff --git a/tests/rp/src/bin/float.rs b/tests/rp/src/bin/float.rs index 0e0de85fa..2874aa910 100644 --- a/tests/rp/src/bin/float.rs +++ b/tests/rp/src/bin/float.rs @@ -1,8 +1,7 @@ #![no_std] #![no_main] #![feature(type_alias_impl_trait)] -#[path = "../common.rs"] -mod common; +teleprobe_meta::target!(b"rpi-pico"); use defmt::*; use embassy_executor::Spawner; -- cgit