summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/avrconfig.h
diff options
context:
space:
mode:
authorJérémy Dufour2008-03-02 08:09:35 +0100
committerJérémy Dufour2008-03-02 08:09:35 +0100
commit730778b5bf598cb79cd82ea35dcc4015371cc764 (patch)
tree81b6f0fcf02c23e940301a83401f08e3aef82793 /digital/avr/modules/twi/avrconfig.h
parent566ebcdcc810172118dd0519225ad65846ea3cde (diff)
* 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.
Diffstat (limited to 'digital/avr/modules/twi/avrconfig.h')
-rw-r--r--digital/avr/modules/twi/avrconfig.h4
1 files changed, 2 insertions, 2 deletions
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 */