nrf: enable defmt for embassy-hal-internal.

This commit is contained in:
Dario Nieuwenhuis
2023-08-16 20:06:15 +02:00
parent 4f453d7ed6
commit bb275f7e25
2 changed files with 2 additions and 2 deletions

2
ci.sh
View File

@ -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')