prepare HAL patch and embassy release

This commit is contained in:
2025-02-18 18:16:58 +01:00
parent b6971ab7eb
commit 969f0f4ca5
7 changed files with 30 additions and 25 deletions

View File

@ -28,7 +28,7 @@ embassy-executor = { version = "0.7", features = [
"executor-interrupt"
]}
va416xx-hal = { version = "0.4", features = ["va41630"] }
va416xx-hal = { version = "0.4", path = "../../va416xx-hal" }
va416xx-embassy = { path = "../../va416xx-embassy", default-features = false }
[features]