From bb275f7e25e9f0a3cceb3045bceb1822167e7b31 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 16 Aug 2023 20:06:15 +0200 Subject: nrf: enable defmt for embassy-hal-internal. --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index 146a1c508..f82cc6273 100755 --- a/ci.sh +++ b/ci.sh @@ -3,7 +3,7 @@ set -euo pipefail export RUSTFLAGS=-Dwarnings -export DEFMT_LOG=trace,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info +export DEFMT_LOG=trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info TARGET=$(rustc -vV | sed -n 's|host: ||p') -- cgit