From 7f7305c35c5161c493e3721a2f4fb04b7893ac64 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 12 Nov 2020 19:23:47 -0300 Subject: [PATCH] Expand hardware monitor voltage count to 10 --- src/include/86box/hwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/hwm.h b/src/include/86box/hwm.h index 72d5cc208..27cb4a921 100644 --- a/src/include/86box/hwm.h +++ b/src/include/86box/hwm.h @@ -25,7 +25,7 @@ typedef struct { uint16_t fans[4]; uint8_t temperatures[4]; - uint16_t voltages[9]; + uint16_t voltages[10]; } hwm_values_t; typedef struct {