From ce413b11b9efc36e4f0c0c41c8c14ef10f14be3d Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Thu, 7 Jun 2018 16:35:54 +0200 Subject: 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) --- ucs2-lib/cfg_agl/ucs_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg