From 708585e42c44bc73d4f949174c738f4935556bbf Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 22:04:04 +0200 Subject: digital/beacon: increase TWI TXbuffer size --- digital/beacon/src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ /* ----------------------------------------------------------- */ -- cgit v1.2.3