Skip to content

Commit

Permalink
Merge branch 'master' into onlbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ishidawataru authored Sep 14, 2022
2 parents b2db331 + ca7372c commit 2f954f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ psu_dps850_info_get(onlp_psu_info_t* info)
}

if (psu_dps850_pmbus_info_get(index, "psu_i_in", &val) == 0) {
info->miin = val;
info->caps |= ONLP_PSU_CAPS_IIN;
}

Expand Down

0 comments on commit 2f954f7

Please sign in to comment.