Skip to content

Commit

Permalink
cargo: use my own master for usbd-hid
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Apr 24, 2024
1 parent 071b09a commit eff6913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ embassy-executor = { git = "https://github.com/borisfaure/embassy", branch="all_
embassy-time = { git = "https://github.com/borisfaure/embassy", branch="all_merged", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
embassy-usb = { git = "https://github.com/borisfaure/embassy", branch="all_merged", features = ["defmt" ] }
embassy-futures = { git = "https://github.com/borisfaure/embassy", branch="all_merged"}
usbd-hid = { git = "https://github.com/borisfaure/usbd-hid", branch="eq_on_reports" }
usbd-hid = { git = "https://github.com/borisfaure/usbd-hid", branch="master" }
#embassy-stm32 = { git = "https://github.com/embassy-rs/embassy", features = ["defmt", "stm32f401cd", "unstable-pac", "memory-x", "time-driver-any", "exti", "chrono"] }
#embassy-sync = { git = "https://github.com/embassy-rs/embassy", features = ["defmt"] }
#embassy-executor = { git = "https://github.com/embassy-rs/embassy", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
Expand Down

0 comments on commit eff6913

Please sign in to comment.