defmt in PAC is optional

This commit is contained in:
Robin Müller 2025-02-14 16:25:09 +01:00
parent 2bca96b5db
commit 3142e58402
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -13,7 +13,7 @@ categories = ["embedded", "no-std", "hardware-support"]
[dependencies]
cortex-m = "0.7"
vcell = "0.1.3"
defmt = "0.3"
defmt = { version = "0.3", optional = true }
critical-section = { version = "1", optional = true }
[dependencies.cortex-m-rt]