From 730778b5bf598cb79cd82ea35dcc4015371cc764 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sun, 2 Mar 2008 08:09:35 +0100 Subject: * avr/twi: add a test with multiples random bytes exchange - add on the master a test command to send multiples random bytes to a slave and check if we can read back the same data. --- digital/avr/modules/twi/avrconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/avr/modules/twi/avrconfig.h') diff --git a/digital/avr/modules/twi/avrconfig.h b/digital/avr/modules/twi/avrconfig.h index 638a773d..139aa55e 100644 --- a/digital/avr/modules/twi/avrconfig.h +++ b/digital/avr/modules/twi/avrconfig.h @@ -25,7 +25,7 @@ * * }}} */ -#define TWI_SL_RCPT_SIZE 1 -#define TWI_SL_SEND_SIZE 1 +#define TWI_SL_RCPT_SIZE 16 +#define TWI_SL_SEND_SIZE 16 #endif /* avrconfig_h */ -- cgit v1.2.3