OPTi 5x7: Fix another out of bounds on register write

This commit is contained in:
RichardG867
2024-08-22 14:50:10 -03:00
parent 8d88d187b2
commit d697d9bca1

View File

@@ -35,7 +35,7 @@
typedef struct opti5x7_t {
uint8_t idx;
uint8_t is_pci;
uint8_t regs[16];
uint8_t regs[18];
} opti5x7_t;
#ifdef ENABLE_OPTI5X7_LOG