mirror of
https://github.com/hubaldv/bioz-firmware-rs.git
synced 2025-12-06 05:01:18 +00:00
Added num_complex instead of custom complex struct.
This commit is contained in:
@@ -22,7 +22,9 @@ bitflags = "2.9.4"
|
||||
postcard-rpc = {version = "0.11.15", features = ["embassy-usb-0_4-server", "defmt"]}
|
||||
bioz-icd-rs = {path = "../bioz-icd-rs"}
|
||||
|
||||
libm = { version = "0.2.15" }
|
||||
# libm = { version = "0.2.15" }
|
||||
|
||||
num = {version = "0.4.3", default-features = false, features = ["libm"]}
|
||||
|
||||
heapless = { version = "0.9.1" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user