X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-lib%2Fcfg_agl%2Fucs_cfg.h;h=e5b4395e32702d929f29bd7991c4eb33f4e2991d;hb=refs%2Ftags%2Fhalibut_8.0.6;hp=f0ccdf2aaa650fc51b1e8d87f65f17bcc2dd3f86;hpb=16749b60579c4dd0aac1c6a9fce8a46f12f5a204;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-lib/cfg_agl/ucs_cfg.h b/ucs2-lib/cfg_agl/ucs_cfg.h index f0ccdf2..e5b4395 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 1052 /* 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