aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2018-06-07 16:35:54 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-06-12 11:56:11 +0000
commitce413b11b9efc36e4f0c0c41c8c14ef10f14be3d (patch)
tree9c46159866295f1a39e1af63f42f2fc6140861a6
parent3066cc55c95c7ffaa76ceb1599b61f6f42da626e (diff)
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 <tobias.jahnke@microchip.com> (cherry picked from commit 9ae3b962cec4c2a191b9ba0261c11252ab5cd9e5)
-rw-r--r--ucs2-lib/cfg_agl/ucs_cfg.h2
1 files changed, 1 insertions, 1 deletions
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.