Skip to content

Commit

Permalink
Merge pull request #141 from vitalyvb/master
Browse files Browse the repository at this point in the history
Convert LangID from u16 enum to tuple struct containing u16
  • Loading branch information
ryan-summers authored Feb 28, 2024
2 parents fbf903e + 7c998d8 commit 2dbba84
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 480 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repository = "https://github.com/rust-embedded-community/usb-device"
[dependencies]
defmt = { version = "0.3", optional = true }
portable-atomic = { version = "1.2.0", default-features = false }
num_enum = { version = "0.7.1", default-features = false }
heapless = "0.8"
log = { version = "0.4", default-features = false, optional = true}

Expand Down
Loading

0 comments on commit 2dbba84

Please sign in to comment.