Skip to content

Commit

Permalink
Make data buffer bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nealey committed Oct 25, 2014
1 parent 10f9ac4 commit 026c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explore.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ main(int argc, char **argv)


while (1) {
uint8_t data[8];
uint8_t data[256];
int transferred;
int i;

Expand Down

0 comments on commit 026c42a

Please sign in to comment.