Expand hardware monitor voltage count to 10
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t fans[4];
|
uint16_t fans[4];
|
||||||
uint8_t temperatures[4];
|
uint8_t temperatures[4];
|
||||||
uint16_t voltages[9];
|
uint16_t voltages[10];
|
||||||
} hwm_values_t;
|
} hwm_values_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user