From 88f1d3f8be90fc285fbe70fca94c41d6ec504ef7 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sun, 7 Dec 2025 13:16:34 +0100 Subject: [PATCH] cargo: add missing rtt dep --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8b2c72f..31cad8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,6 +98,9 @@ nmea = { version = "0.7.0", optional = true, default-features = false, features ] } mpu6050-dmp = { version = "0.6.1", features = ["async"], optional = true } +# RTT debugging +rtt-target = { version = "0.6.2", optional = true } + # Simulation esp-storage = { version = "0.7.0", features = ["esp32s3"] } embedded-storage = "0.3.1"