diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-09-10 22:20:05 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-09-10 23:01:15 +0200 |
| commit | 5cf494113f7681ac6436bdbd7972e0074d1d26b7 (patch) | |
| tree | 910a0f6a8712f781149b0e3aa4e567faf3f6cdd8 /tests | |
| parent | 8edb7bb012b43977ee57f9ebff9b57436a0a904f (diff) | |
tests/rp: add teleprobe meta.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/src/bin/i2c.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 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 | teleprobe_meta::target!(b"rpi-pico"); | ||
| 4 | 5 | ||
| 5 | use defmt::{assert_eq, info, panic, unwrap}; | 6 | use defmt::{assert_eq, info, panic, unwrap}; |
| 6 | use embassy_executor::Executor; | 7 | use embassy_executor::Executor; |
