Skip to content

Commit 44f73e9

Browse files
committed
small fix for defmt dependency
1 parent d16e67b commit 44f73e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-ar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ critical-section-single-core = ["critical-section"]
4343
# a CAS spinlock.
4444
critical-section-multi-core = ["critical-section"]
4545
# Adds defmt::Format implementation for the register types
46-
defmt = ["dep:defmt"]
46+
defmt = ["dep:defmt", "arbitrary-int/defmt"]
4747

4848
[package.metadata.docs.rs]
4949
targets = ["armv7r-none-eabihf", "armv7r-none-eabi", "armv7a-none-eabihf"]

0 commit comments

Comments
 (0)