From 5cf494113f7681ac6436bdbd7972e0074d1d26b7 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 10 Sep 2023 22:20:05 +0200 Subject: [PATCH] tests/rp: add teleprobe meta. --- tests/rp/src/bin/i2c.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rp/src/bin/i2c.rs b/tests/rp/src/bin/i2c.rs index 4b6becbaf..425f2d086 100644 --- a/tests/rp/src/bin/i2c.rs +++ b/tests/rp/src/bin/i2c.rs @@ -1,6 +1,7 @@ #![no_std] #![no_main] #![feature(type_alias_impl_trait)] +teleprobe_meta::target!(b"rpi-pico"); use defmt::{assert_eq, info, panic, unwrap}; use embassy_executor::Executor;