From 49d9c381b17a8c20d2aec1c6118209a8e769f033 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 31 Jan 2024 13:40:22 +0000 Subject: [PATCH] [sysrst_ctrl,sival] Add documentation comment Signed-off-by: Amaury Pouly --- sw/host/tests/chip/sysrst_ctrl/sysrst_ctrl_inputs.rs | 1 + 1 file changed, 1 insertion(+) 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![],