mirror of https://github.com/ARMmbed/mbed-os.git
typos
parent
a7297186b5
commit
f62217b3dd
|
|
@ -71,7 +71,7 @@ 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 */
|
||||||
ATT_MAX_TRANS_TIMEOUT, /* transcation timeout in seconds */
|
ATT_MAX_TRANS_TIMEOUT, /* transaction timeout in seconds */
|
||||||
MBED_CONF_CORDIO_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
|
MBED_CONF_CORDIO_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue