Skip to content

Commit

Permalink
[sysrst_ctrl,sival] Add documentation comment
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Feb 6, 2024
1 parent 6536044 commit 49d9c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/host/tests/chip/sysrst_ctrl/sysrst_ctrl_inputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ struct Opts {
static CONFIG: Lazy<HashMap<&'static str, Config>> = 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![],
Expand Down

0 comments on commit 49d9c38

Please sign in to comment.