Working communication, icd not as submodule.

This commit is contained in:
2025-08-04 19:48:42 +02:00
parent 4cd3beba73
commit 142576b033
3 changed files with 11 additions and 13 deletions

View File

@@ -19,8 +19,8 @@ defmt-rtt = "1.0.0"
bitflags = "2.9.1"
postcard-rpc = {version = "0.11.12", features = ["embassy-usb-0_4-server", "defmt"]}
bioz-icd = {path = "../bioz-icd-rs"}
postcard-rpc = {version = "0.11.13", features = ["embassy-usb-0_4-server", "defmt"]}
bioz-icd-rs = {path = "../bioz-icd-rs"}
cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = "0.7.5"