these consts are not in fact const

pull/9864/head
paul-szczepanek-arm 2019-02-27 14:05:35 +00:00
parent fdb10908cc
commit a3c1345d45
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ l2cCfg_t *pL2cCfg = (l2cCfg_t *) &l2cCfg;
#endif #endif
/* Configuration structure */ /* Configuration structure */
const attCfg_t attCfg = attCfg_t attCfg =
{ {
15, /* ATT server service discovery connection idle timeout in seconds */ 15, /* ATT server service discovery connection idle timeout in seconds */
MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */ MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */
@ -83,7 +83,7 @@ attCfg_t *pAttCfg = (attCfg_t *) &attCfg;
**************************************************************************************************/ **************************************************************************************************/
/* Configuration structure */ /* Configuration structure */
const smpCfg_t smpCfg = smpCfg_t smpCfg =
{ {
500, /* 'Repeated attempts' timeout in msec */ 500, /* 'Repeated attempts' timeout in msec */
SMP_IO_NO_IN_NO_OUT, /* I/O Capability */ SMP_IO_NO_IN_NO_OUT, /* I/O Capability */