Change assuming rtcc it changed to use the defmt feature flag..

Paul Bender 2025-10-04 09:40:34 -07:00
parent 55eb567261
commit 485470b2d1
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ include = [
edition = "2018"
[features]
defmt = ["dep:defmt", "rtcc/defmt-03"]
defmt = ["dep:defmt", "rtcc/defmt"]
[dependencies]
embedded-hal = "1.0.0"
rtcc = "0.3.2"
rtcc = "0.3"
defmt = { version = "1.0.1", optional = true }
[dev-dependencies]