fix compiler warning: avoid going out of array bounds

This commit is contained in:
marschap
2008-10-08 20:19:37 +00:00
parent 58c93a6bb5
commit 6b7db138d6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ typedef struct
int C_state;
/* led handling */
char led[7];
char led[8];
} PrivateData;