reorder files in the crate

This commit is contained in:
2026-02-26 15:35:19 +01:00
parent a789b5a881
commit f41a7b9002
17 changed files with 230 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ license = "MIT"
publish = false
[dependencies]
stm32wl-subghz = { path = "../../stm32wl-subghz" }
stm32wl-subghz = { path = "../.." }
embassy-stm32 = { version = "0.5.0", features = ["defmt", "stm32wle5jc", "time-driver-tim1", "memory-x", "unstable-pac", "exti", "chrono"] }
embassy-sync = { version = "0.7.2", features = ["defmt"] }