summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/test/avrconfig_master.h
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-31 18:43:51 +0200
committerNicolas Schodet2008-03-31 18:43:51 +0200
commit63a0f3b710ebd6651a159aef16f2195396290aa9 (patch)
tree0a588ebbc09ec51e378d8460130536a6929eab4f /digital/avr/modules/twi/test/avrconfig_master.h
parent2a43dfdd687cac76235cba053bd559cc9a022bb1 (diff)
* digital/avr/modules/twi:
- added host support.
Diffstat (limited to 'digital/avr/modules/twi/test/avrconfig_master.h')
-rw-r--r--digital/avr/modules/twi/test/avrconfig_master.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/avr/modules/twi/test/avrconfig_master.h b/digital/avr/modules/twi/test/avrconfig_master.h
index 21bc4888..a65f872f 100644
--- a/digital/avr/modules/twi/test/avrconfig_master.h
+++ b/digital/avr/modules/twi/test/avrconfig_master.h
@@ -36,9 +36,9 @@
/** Activate slave part. */
#define AC_TWI_SLAVE_ENABLE 0
/** Slave recv buffer size. */
-#define AC_TWI_SL_RECV_BUFFER_SIZE 1
+#define AC_TWI_SL_RECV_BUFFER_SIZE 16
/** Slave send buffer size. */
-#define AC_TWI_SL_SEND_BUFFER_SIZE 1
+#define AC_TWI_SL_SEND_BUFFER_SIZE 16
/* proto - Protocol module. */
/** Maximum argument size. */