diff --git a/sw/host/tests/chip/sysrst_ctrl/sysrst_ctrl_inputs.rs b/sw/host/tests/chip/sysrst_ctrl/sysrst_ctrl_inputs.rs index 645ef7efc887d..cc9ebc39292e1 100644 --- a/sw/host/tests/chip/sysrst_ctrl/sysrst_ctrl_inputs.rs +++ b/sw/host/tests/chip/sysrst_ctrl/sysrst_ctrl_inputs.rs @@ -38,6 +38,7 @@ struct Opts { static CONFIG: Lazy> = Lazy::new(|| { collection! { "hyper310" => Config { + // key0, key1, key2, pwrb_in, ac_present_in, lid_open, ec_rst, flash_wp output_pins: vec!["IOR10", "IOR11", "IOR12", "IOR5", "IOR6", "IOR7", "IOR8", "IOR9"], open_drain: vec![false, false, false, false, false, false, true, true], input_pins: vec![],