summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 22:04:04 +0200
committerFlorent Duchon2012-12-24 17:47:56 +0100
commit708585e42c44bc73d4f949174c738f4935556bbf (patch)
treebcefec13428dda7498d51f3b04f2d70c9c91afbc /digital
parent3160024714805c0271902263997e98ec71305276 (diff)
digital/beacon: increase TWI TXbuffer size
Diffstat (limited to 'digital')
-rw-r--r--digital/beacon/src/configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/configuration.h b/digital/beacon/src/configuration.h
index c3952758..8112bd59 100644
--- a/digital/beacon/src/configuration.h
+++ b/digital/beacon/src/configuration.h
@@ -38,7 +38,7 @@
#undef AC_TWI_SLAVE_RECV /* Slave reception callback to be defined by the user when not in polled mode. */
#define AC_TWI_PULL_UP 0 /* Use internal pull up. */
#define AC_TWI_SLAVE_RECV_BUFFER_SIZE 16 /* Slave reception buffer size. */
-#define AC_TWI_SLAVE_SEND_BUFFER_SIZE 16 /* Slave transmission buffer size. */
+#define AC_TWI_SLAVE_SEND_BUFFER_SIZE 32 /* Slave transmission buffer size. */
/* ----------------------------------------------------------- */