Skip to content

Commit

Permalink
[Ufispace] Correct psu capacity value on s9300-32d, s9301-32d, and s9…
Browse files Browse the repository at this point in the history
…301-32db

Signed-off-by: nonodark <ef67891@yahoo.com.tw>
  • Loading branch information
nonodark committed Jan 17, 2024
1 parent 78217c6 commit e776190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Psu(PddfPsu):
"""PDDF Platform-Specific PSU class"""

PLATFORM_PSU_CAPACITY = 2000
PLATFORM_PSU_CAPACITY = 1300

def __init__(self, index, pddf_data=None, pddf_plugin_data=None):
PddfPsu.__init__(self, index, pddf_data, pddf_plugin_data)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Psu(PddfPsu):
"""PDDF Platform-Specific PSU class"""

PLATFORM_PSU_CAPACITY = 2000
PLATFORM_PSU_CAPACITY = 1300

def __init__(self, index, pddf_data=None, pddf_plugin_data=None):
PddfPsu.__init__(self, index, pddf_data, pddf_plugin_data)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Psu(PddfPsu):
"""PDDF Platform-Specific PSU class"""

PLATFORM_PSU_CAPACITY = 2000
PLATFORM_PSU_CAPACITY = 1300

def __init__(self, index, pddf_data=None, pddf_plugin_data=None):
PddfPsu.__init__(self, index, pddf_data, pddf_plugin_data)
Expand Down

0 comments on commit e776190

Please sign in to comment.