Skip to content

Commit

Permalink
Add DlTdoaRangingMeasurement decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervdPerk-NXP committed Jan 2, 2025
1 parent 69be4e9 commit 9132607
Show file tree
Hide file tree
Showing 4 changed files with 969 additions and 148 deletions.
80 changes: 50 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ default = ["web"]
web = ["hyper", "tokio/rt-multi-thread"]

[build-dependencies]
pdl-compiler = "0.3.1"
pdl-compiler = "0.3.2"

[dependencies]
anyhow = "1.0.56"
Expand All @@ -55,7 +55,7 @@ log = "0.4.20"
env_logger = "0.11.1"
num-derive = "0.3.3"
num-traits = "0.2.17"
pdl-runtime = "0.3.1"
pdl-runtime = "0.3.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.49"
Expand Down
Loading

0 comments on commit 9132607

Please sign in to comment.