From 787745188c3b62a0170d15ba39f3e58929ae203b Mon Sep 17 00:00:00 2001
From: kalkyl <henrik.alser@me.com>
Date: Fri, 23 Dec 2022 23:14:58 +0100
Subject: [PATCH] Change log level to debug

---
 examples/rp/.cargo/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/rp/.cargo/config.toml b/examples/rp/.cargo/config.toml
index 7880c0955..d1c8c1c5a 100644
--- a/examples/rp/.cargo/config.toml
+++ b/examples/rp/.cargo/config.toml
@@ -5,4 +5,4 @@ runner = "probe-run --chip RP2040"
 target = "thumbv6m-none-eabi"        # Cortex-M0 and Cortex-M0+
 
 [env]
-DEFMT_LOG = "info"
+DEFMT_LOG = "debug"