Increased the size of the regs array in the Eteq ET6000 code.

This commit is contained in:
OBattler
2023-06-18 23:46:10 +02:00
parent cb9b72c31b
commit 1e3154cb74

View File

@@ -35,7 +35,7 @@
typedef struct
{
uint8_t index, regs[6];
uint8_t index, regs[256];
} et6000_t;
#ifdef ENABLE_ET6000_LOG