mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
Update src/device/fido/hid.rs
Co-authored-by: Suyog Tandel <suyogtandel12@gmail.com>
This commit is contained in:
co-authored by
Suyog Tandel
parent
bde555c4ab
commit
3cec3b7acb
@@ -530,7 +530,7 @@ impl HidTransport {
|
||||
let mut config_map = BTreeMap::new();
|
||||
config_map.insert(
|
||||
Value::Integer(ConfigParam::SubCommand as i128), // 0x01
|
||||
Value::Integer(sub_cmd as i128), // 0x01
|
||||
Value::Integer(sub_cmd as i128),
|
||||
);
|
||||
if sub_params != Value::Null {
|
||||
config_map.insert(
|
||||
|
||||
Reference in New Issue
Block a user