summaryrefslogtreecommitdiff
path: root/digital/avr/modules/host
diff options
context:
space:
mode:
authorNicolas Schodet2010-04-27 00:17:25 +0200
committerNicolas Schodet2010-04-27 00:17:25 +0200
commit9eb335408b60d4e7efadbbd65268ef2b3a5bb328 (patch)
treeca7ca3de49e5d6a7d2def0d8e92b0fb88b2b5fcc /digital/avr/modules/host
parent3d4c3356183686b97e8fa750b73ce727a59ff89f (diff)
digital/avr/modules/host: use bigger mex messages
Diffstat (limited to 'digital/avr/modules/host')
-rw-r--r--digital/avr/modules/host/mex.host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/host/mex.host.c b/digital/avr/modules/host/mex.host.c
index 219b23c0..d82a4947 100644
--- a/digital/avr/modules/host/mex.host.c
+++ b/digital/avr/modules/host/mex.host.c
@@ -37,7 +37,7 @@
#define MEX_MSG_NEW_HEADER_SIZE 3
/** Message payload allocated size. */
-#define MEX_MSG_NEW_PAYLOAD_SIZE 32
+#define MEX_MSG_NEW_PAYLOAD_SIZE 128
/** Message buffer allocated size. */
#define MEX_MSG_NEW_BUFFER_SIZE \