From fb73dbae0dc7d6b9f117c74bb8de2a073ab4253b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 12 May 2012 01:59:18 +0200 Subject: digital/avr/modules/host: use larger maximum mex messages size --- digital/avr/modules/host/mex.host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/avr') diff --git a/digital/avr/modules/host/mex.host.c b/digital/avr/modules/host/mex.host.c index 349ee3b6..274c242e 100644 --- a/digital/avr/modules/host/mex.host.c +++ b/digital/avr/modules/host/mex.host.c @@ -38,7 +38,7 @@ #define MEX_MSG_NEW_HEADER_SIZE 3 /** Message payload allocated size. */ -#define MEX_MSG_NEW_PAYLOAD_SIZE 128 +#define MEX_MSG_NEW_PAYLOAD_SIZE 512 /** Message buffer allocated size. */ #define MEX_MSG_NEW_BUFFER_SIZE \ -- cgit v1.2.3