Increased the size of the regs array in the Eteq ET6000 code.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
uint8_t index, regs[6];
|
uint8_t index, regs[256];
|
||||||
} et6000_t;
|
} et6000_t;
|
||||||
|
|
||||||
#ifdef ENABLE_ET6000_LOG
|
#ifdef ENABLE_ET6000_LOG
|
||||||
|
|||||||
Reference in New Issue
Block a user