Skip to content

Commit

Permalink
Merge pull request #42 from BinaryNoggin/master
Browse files Browse the repository at this point in the history
Update max buffer size to 8K
  • Loading branch information
fhunleth authored Apr 3, 2017
2 parents 84b2fbc + a371939 commit 5e63767
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 5e63767

Please sign in to comment.