Skip to content

Commit

Permalink
[Mellanox] fix gearbox ambient thermal name (#4005)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenxs authored and lguohan committed Jan 17, 2020
1 parent f636ae9 commit 1886bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
THERMAL_API_GET_HIGH_THRESHOLD:"psu{}_temp_max"
}
thermal_api_handler_gearbox = {
THERMAL_API_GET_TEMPERATURE:"temp_input_gearbox{}",
THERMAL_API_GET_TEMPERATURE:"gearbox{}_temp_input",
THERMAL_API_GET_HIGH_THRESHOLD:None
}
thermal_ambient_apis = {
Expand Down

0 comments on commit 1886bdf

Please sign in to comment.