cast no longer needed

pull/8738/head
paul-szczepanek-arm 2018-11-26 15:40:00 +00:00
parent f71e08ccf1
commit e54e3eaee0
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ ble_error_t GenericGap::connect(
connectionParams.getOwnAddressType(),
adjusted_address_type,
peerAddress,
(phy_set_t) connectionParams.getPhySet(),
connectionParams.getPhySet(),
connectionParams.getScanIntervalArray(),
connectionParams.getScanWindowArray(),
connectionParams.getMinConnectionIntervalArray(),