Skip to content

Commit

Permalink
max111x: input field is only used as uint8_t
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Quintela <[email protected]>
  • Loading branch information
Juan Quintela authored and Anthony Liguori committed Apr 22, 2011
1 parent 9983836 commit 54d970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/max111x.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef struct {
uint8_t tb1, rb2, rb3;
int cycle;

int input[8];
uint8_t input[8];
int inputs, com;
} MAX111xState;

Expand Down

0 comments on commit 54d970d

Please sign in to comment.