From: Tobias Jahnke Date: Thu, 7 Jun 2018 14:35:54 +0000 (+0200) Subject: ucs_cfg.h: increase tx/rx message buffer to 1052 X-Git-Tag: 5.1.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ce413b11b9efc36e4f0c0c41c8c14ef10f14be3d;p=apps%2Fagl-service-unicens.git ucs_cfg.h: increase tx/rx message buffer to 1052 - now supports parametric EQ (fiberdyne amp) Bug-AGL: SPEC-1177 Change-Id: I7273e1d824a3118e9b01fa48975964b90f5291ab Signed-off-by: Tobias Jahnke (cherry picked from commit 9ae3b962cec4c2a191b9ba0261c11252ab5cd9e5) --- diff --git a/ucs2-lib/cfg_agl/ucs_cfg.h b/ucs2-lib/cfg_agl/ucs_cfg.h index a7d8862..e5b4395 100644 --- a/ucs2-lib/cfg_agl/ucs_cfg.h +++ b/ucs2-lib/cfg_agl/ucs_cfg.h @@ -72,7 +72,7 @@ extern "C" /* Defines the payload size in bytes which is available for every Rx message object. * Valid values: 45..65535. Default value: 45. */ -#define UCS_AMS_SIZE_RX_MSG 512 +#define UCS_AMS_SIZE_RX_MSG 1052 /* Defines the number of reserved Tx message objects. * Valid values: 5..255. Default value: 20.