diff options
author | Walt Miner <walt@linux.com> | 2018-06-08 12:27:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-08 12:27:37 +0000 |
commit | 3066cc55c95c7ffaa76ceb1599b61f6f42da626e (patch) | |
tree | 7d755718709035a84d9c9a0c46a272db0e84fbc8 /ucs2-lib/cfg_agl | |
parent | 8db2dc7986e6c61ffb70bbf2e99ab76a65c5735d (diff) | |
parent | 8cc415c1706f340e2997270f8a040474681e451e (diff) |
Merge "agl-service-unicens: robustess measure for tx msg" into eel
Diffstat (limited to 'ucs2-lib/cfg_agl')
-rw-r--r-- | ucs2-lib/cfg_agl/ucs_cfg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ucs2-lib/cfg_agl/ucs_cfg.h b/ucs2-lib/cfg_agl/ucs_cfg.h index f0ccdf2..a7d8862 100644 --- a/ucs2-lib/cfg_agl/ucs_cfg.h +++ b/ucs2-lib/cfg_agl/ucs_cfg.h @@ -64,7 +64,7 @@ extern "C" /*------------------------------------------------------------------------------------------------*/ /* Application Messages */ /*------------------------------------------------------------------------------------------------*/ -/* Defines the number of reserved Rx message objects. +/* Defines the number of reserved Rx message objects. * Valid values: 5..255. Default value: 20. */ #define UCS_AMS_NUM_RX_MSGS 20 @@ -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 1024 +#define UCS_AMS_SIZE_RX_MSG 512 /* Defines the number of reserved Tx message objects. * Valid values: 5..255. Default value: 20. @@ -87,7 +87,7 @@ extern "C" /*------------------------------------------------------------------------------------------------*/ /* Memory Optimization */ /*------------------------------------------------------------------------------------------------*/ -/* Define the following macros to reduces the RAM and ROM size of the UNICENS software by disabling +/* Define the following macros to reduces the RAM and ROM size of the UNICENS software by disabling * certain features. If this macro is defined the following changes apply: * - Reduction of low-level buffers * - AMS does not support segmentation (payload > 45 bytes) @@ -97,8 +97,8 @@ extern "C" /*------------------------------------------------------------------------------------------------*/ /* Tracing & Debugging */ /*------------------------------------------------------------------------------------------------*/ -/* Define the following macros to map info and error trace output to user defined functions. - * The purpose of these functions is debugging. It is not recommended to define these functions +/* Define the following macros to map info and error trace output to user defined functions. + * The purpose of these functions is debugging. It is not recommended to define these functions * in a production system. */ #define UCS_TR_ERROR App_TraceError |