Skip to content

Commit f62217b

Browse files
typos
1 parent a729718 commit f62217b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ l2cCfg_t *pL2cCfg = &l2cCfg;
7070
attCfg_t attCfg =
7171
{
7272
15, /* ATT server service discovery connection idle timeout in seconds */
73-
MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */
74-
ATT_MAX_TRANS_TIMEOUT, /* transcation timeout in seconds */
73+
MBED_CONF_CORDIO_DESIRED_ATT_MTU, /* desired ATT MTU */
74+
ATT_MAX_TRANS_TIMEOUT, /* transaction timeout in seconds */
7575
MBED_CONF_CORDIO_MAX_PREPARED_WRITES /* number of queued prepare writes supported by server */
7676
};
7777

0 commit comments

Comments
 (0)