Update src/device/fido/hid.rs

Co-authored-by: Suyog Tandel <suyogtandel12@gmail.com>
This commit is contained in:
Sylvain Pelissier
2026-05-03 18:35:35 +02:00
committed by GitHub
co-authored by Suyog Tandel
parent bde555c4ab
commit 3cec3b7acb
+1 -1
View File
@@ -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(