Fix a compile-breaking issue
This commit is contained in:
@@ -51,13 +51,8 @@ enum
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
#if defined(DEV_BRANCH) && defined(USE_I686)
|
|
||||||
uint8_t pm2_cntrl, max_func;
|
uint8_t pm2_cntrl, max_func;
|
||||||
uint8_t regs[2][256], regs_locked[2][256];
|
uint8_t regs[2][256], regs_locked[2][256];
|
||||||
#else
|
|
||||||
uint8_t pm2_cntrl;
|
|
||||||
uint8_t regs[256];
|
|
||||||
#endif
|
|
||||||
int type;
|
int type;
|
||||||
} i4x0_t;
|
} i4x0_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user