Skip to content

Commit a3c1345

Browse files
these consts are not in fact const
1 parent fdb1090 commit a3c1345

File tree

1 file changed

+2
-2
lines changed
  • features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/stack/cfg

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/stack/ble-host/sources/stack/cfg/cfg_stack.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ l2cCfg_t *pL2cCfg = (l2cCfg_t *) &l2cCfg;
6767
#endif
6868

6969
/* Configuration structure */
70-
const attCfg_t attCfg =
70+
attCfg_t attCfg =
7171
{
7272
15, /* ATT server service discovery connection idle timeout in seconds */
7373
MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */
@@ -83,7 +83,7 @@ attCfg_t *pAttCfg = (attCfg_t *) &attCfg;
8383
**************************************************************************************************/
8484

8585
/* Configuration structure */
86-
const smpCfg_t smpCfg =
86+
smpCfg_t smpCfg =
8787
{
8888
500, /* 'Repeated attempts' timeout in msec */
8989
SMP_IO_NO_IN_NO_OUT, /* I/O Capability */

0 commit comments

Comments
 (0)