We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e67b commit 44f73e9Copy full SHA for 44f73e9
cortex-ar/Cargo.toml
@@ -43,7 +43,7 @@ critical-section-single-core = ["critical-section"]
43
# a CAS spinlock.
44
critical-section-multi-core = ["critical-section"]
45
# Adds defmt::Format implementation for the register types
46
-defmt = ["dep:defmt"]
+defmt = ["dep:defmt", "arbitrary-int/defmt"]
47
48
[package.metadata.docs.rs]
49
targets = ["armv7r-none-eabihf", "armv7r-none-eabi", "armv7a-none-eabihf"]
0 commit comments