use bitbybit

This commit is contained in:
2025-04-04 12:22:09 +02:00
parent 1a5670b362
commit 512de17719
3 changed files with 63 additions and 48 deletions

View File

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