Expand hardware monitor voltage count to 10

This commit is contained in:
RichardG867
2020-11-12 19:23:47 -03:00
parent 63ad6202fc
commit 7f7305c35c

View File

@@ -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 {