Change log level to debug

This commit is contained in:
kalkyl 2022-12-23 23:14:58 +01:00
parent aa92ce6dc7
commit 787745188c

View File

@ -5,4 +5,4 @@ runner = "probe-run --chip RP2040"
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env] [env]
DEFMT_LOG = "info" DEFMT_LOG = "debug"