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.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9ae3b962cec4c2a191b9ba0261c11252ab5cd9e5;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 --- 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.