fix compiler warning: avoid going out of array bounds
This commit is contained in:
@@ -84,7 +84,7 @@ typedef struct
|
|||||||
int C_state;
|
int C_state;
|
||||||
|
|
||||||
/* led handling */
|
/* led handling */
|
||||||
char led[7];
|
char led[8];
|
||||||
|
|
||||||
} PrivateData;
|
} PrivateData;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user