Skip to content

Commit

Permalink
Update max buffer size to 8K
Browse files Browse the repository at this point in the history
Closes issue #32

Amos King @adkron <[email protected]>
  • Loading branch information
adkron committed Apr 3, 2017
1 parent 84b2fbc commit a371939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i2c_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define debug(...)
#endif

#define I2C_BUFFER_MAX 512
#define I2C_BUFFER_MAX 8192

struct i2c_info
{
Expand Down

0 comments on commit a371939

Please sign in to comment.