diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-06-07 16:35:54 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-06-07 16:35:54 +0200 |
commit | 9ae3b962cec4c2a191b9ba0261c11252ab5cd9e5 (patch) | |
tree | e9853dfddf399950f989cd2e3ccd5004b5704684 /ucs2-lib/cfg_agl | |
parent | 7d3efd06d97d6f00540351dbe6d698f340e1fd68 (diff) |
ucs_cfg.h: increase tx/rx message buffer to 1052flounder_5.99.2flounder_5.99.1flounder/5.99.2flounder/5.99.15.99.25.99.1
- now supports parametric EQ (fiberdyne amp)
Bug-AGL: SPEC-1177
Change-Id: I7273e1d824a3118e9b01fa48975964b90f5291ab
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'ucs2-lib/cfg_agl')
-rw-r--r-- | ucs2-lib/cfg_agl/ucs_cfg.h | 2 |
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. |