Skip to content

Commit 3142e58

Browse files
committed
defmt in PAC is optional
1 parent 2bca96b commit 3142e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

va108xx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["embedded", "no-std", "hardware-support"]
1313
[dependencies]
1414
cortex-m = "0.7"
1515
vcell = "0.1.3"
16-
defmt = "0.3"
16+
defmt = { version = "0.3", optional = true }
1717
critical-section = { version = "1", optional = true }
1818

1919
[dependencies.cortex-m-rt]

0 commit comments

Comments
 (0)